bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Modernize texi2html arguments


From: Petr Písař
Subject: [PATCH] Modernize texi2html arguments
Date: Wed, 18 Mar 2015 18:49:16 +0100

texi2html-5.0 complains on -number argument:

    Option number is ambiguous (number-footnotes, number-sections)

This patch updates texi2html arguments to comply with texi2html-5.0.

Signed-off-by: Petr Písař <address@hidden>
---
 doc/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d1fb09a..5eb9dc0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,14 +34,14 @@ html-monolithic: @address@hidden
 html-split: @address@hidden
 
 @address@hidden: version.texi $(@address@hidden)
-       $(TEXI2HTML) -expandinfo -number -monolithic `if test -f 
@address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi`
+       $(TEXI2HTML) -expand info -number-sections -monolithic `if test -f 
@address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi`
 
 @address@hidden: version.texi $(@address@hidden)
        case "$(TEXI2HTML)" in \
          *"/missing texi2html") \
-            $(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi` || exit 0 ;; \
+            $(TEXI2HTML) -expand info -number-sections -nomenu -split section 
`if test -f @address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi` || exit 0 ;; \
          *) $(RM) @address@hidden ; \
-            $(TEXI2HTML) -expand info -number -nomenu -split section `if test 
-f @address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi` ;; \
+            $(TEXI2HTML) -expand info -number-sections -nomenu -split section 
`if test -f @address@hidden; then echo @address@hidden; else echo 
$(srcdir)/@address@hidden; fi` ;; \
        esac
 
 install-html-monolithic: @address@hidden
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]