bug-gnulib
[Top][All Lists]
Advanced

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

gendocs broken?


From: Bruce Korb
Subject: gendocs broken?
Date: Sat, 16 Jun 2018 16:14:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

>html_split> eval 'env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2html
--output gnu-pw-mgr.html --split=node --node-files
--css-ref=/software/gnulib/manual.css -c TOP_NODE_UP_URL=/manual
"/u/gnu/proj/gnu-pw-mgr-bld/doc/gnu-pw-mgr.texi"'
>>html_split> env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2html
--output gnu-pw-mgr.html --split=node --node-files
--css-ref=/software/gnulib/manual.css -c TOP_NODE_UP_URL=/manual
/u/gnu/proj/gnu-pw-mgr-bld/doc/gnu-pw-mgr.texi
Option c is ambiguous (check, conf-dir, css-include, css-ref)
Try 'texi2html --help' for usage instructions.


Using "-conf" seems to work

diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index 9d418b9..3a64a14 100755
--- a/build-aux/gendocs.sh
+++ b/build-aux/gendocs.sh
@@ -2,7 +2,7 @@
 # gendocs.sh -- generate a GNU manual in many formats.  This script is
 #   mentioned in maintain.texi.  See the help message below for usage
details.

-scriptversion=2018-03-06.19
+scriptversion=2018-06-16.16

 # Copyright 2003-2018 Free Software Foundation, Inc.
 #
@@ -58,7 +58,7 @@ address@hidden  # please override with --email
 commonarg= # passed to all makeinfo/texi2html invcations.
 dirargs=   # passed to all tools (-I dir).
 dirs=      # -I directories.
-htmlarg="--css-ref=/software/gnulib/manual.css -c TOP_NODE_UP_URL=/manual"
+htmlarg="--css-ref=/software/gnulib/manual.css -conf
TOP_NODE_UP_URL=/manual"
 infoarg=--no-split
 generate_ascii=true
 generate_html=true



reply via email to

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