Skip to content

doc/check.texi: Fix do_install error with automake 1.18#363

Closed
robertlinux wants to merge 1 commit intolibcheck:masterfrom
robertlinux:rbt/check.texi
Closed

doc/check.texi: Fix do_install error with automake 1.18#363
robertlinux wants to merge 1 commit intolibcheck:masterfrom
robertlinux:rbt/check.texi

Conversation

@robertlinux
Copy link

Fixed do_install error with automake 1.18
$ makeinfo -I ../../check-0.15.2/doc -o ../../check-0.15.2/doc/check.info
../../check-0.15.2/doc/check.texi
[snip]
check.texi:2329: no matching `@end verbatim'
[snip]

The automake before 1.17's mdate-sh couldn't update libcheck's doc/version.texi, so the doc/check.info wasn't re-generated, then we couldn't see the build error.

Fixed do_install error with automake 1.18
$ makeinfo -I ../../check-0.15.2/doc -o ../../check-0.15.2/doc/check.info \
    ../../check-0.15.2/doc/check.texi
[snip]
check.texi:2329: no matching `@end verbatim'
[snip]

The automake before 1.17's mdate-sh couldn't update libcheck's
doc/version.texi, so the doc/check.info wasn't re-generated, then we couldn't
see the build error.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
@rossburton
Copy link

Probably a duplicate of #361.

@robertlinux
Copy link
Author

@rossburton , Yes, you're right, that patch fixed more than mine, so I will drop this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants