From fddc6dcff4209f3aa92eb8e829c3dd2a7c0bc4a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 May 2015 16:14:12 -0700 Subject: [PATCH] gendocs.sh: document new htmlarg default --- ChangeLog | 5 +++++ build-aux/gendocs.sh | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e82830a52..cf3acc7ee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-05 Karl Berry + + * build-aux/gendocs.sh (usage): document new css default + for HTML (--htmlarg). + 2015-04-29 Paul Eggert extern-inline: no need for workaround in GCC 5.1 diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index a4e2948921..c8ca1bbc4f 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=2015-04-16.10 +scriptversion=2015-05-05.16 # Copyright 2003-2015 Free Software Foundation, Inc. # @@ -73,7 +73,8 @@ Options: -o OUTDIR write files into OUTDIR, instead of manual/. -I DIR append DIR to the Texinfo search path. --common ARG pass ARG in all invocations. - --html ARG pass ARG to makeinfo or texi2html for HTML targets. + --html ARG pass ARG to makeinfo or texi2html for HTML targets, + instead of --css-ref=/software/gnulib/manual.css. --info ARG pass ARG to makeinfo for Info, instead of --no-split. --no-ascii skip generating the plain text output. --no-html skip generating the html output. @@ -142,7 +143,7 @@ EMAIL=webmasters@gnu.org # 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" +htmlarg=--css-ref=/software/gnulib/manual.css infoarg=--no-split generate_ascii=true generate_html=true -- 2.39.5