diff options
author | Bruno Haible <bruno@clisp.org> | 2007-05-27 21:07:21 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:50 +0200 |
commit | 6decf7faeb6c6e34eba3c5afec4f3034ed54f443 (patch) | |
tree | 3bb632b86e80120e5ad973cdade54ab31ed89487 /gettext-tools/doc | |
parent | 57b304480083b03e03780e2fe9246d7fa31e8401 (diff) | |
download | external_gettext-6decf7faeb6c6e34eba3c5afec4f3034ed54f443.zip external_gettext-6decf7faeb6c6e34eba3c5afec4f3034ed54f443.tar.gz external_gettext-6decf7faeb6c6e34eba3c5afec4f3034ed54f443.tar.bz2 |
Comment.
Diffstat (limited to 'gettext-tools/doc')
-rw-r--r-- | gettext-tools/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 6800a06..66bccd6 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -180,6 +180,7 @@ html-split: gettext_toc.html # Override of automake's definition. # We want to use texi2html, not makeinfo --html. +# Newer versions of texi2html also need the options --no-menu --no-sec-nav. gettext.html: gettext.texi version.texi $(gettext_TEXINFOS) $(TEXI2HTML) $(TEXINCLUDES) -number -monolithic `if test -f gettext.texi; then echo gettext.texi; else echo $(srcdir)/gettext.texi; fi` |