From 3bafb58396fb1ae63938ee33f3e33e62b5a01d23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 11 Dec 2014 16:49:21 +0100 Subject: [PATCH] gendocs.sh: default to a common CSS style sheet for HTML output * build-aux/gendocs.sh (htmlarg): Change default value. --- ChangeLog | 5 +++++ build-aux/gendocs.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5874627d3..441758733c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-04-16 Ludovic Courtès + + gendocs.sh: default to a common CSS style sheet for HTML output + * build-aux/gendocs.sh (htmlarg): Change default value. + 2015-04-15 Mats Erik Andersson gnulib-tool: output bold attribute more portably diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index a5fa0d6e32..a4e2948921 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-04.08 +scriptversion=2015-04-16.10 # Copyright 2003-2015 Free Software Foundation, Inc. # @@ -142,7 +142,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= +htmlarg="--css-ref=/software/gnulib/manual.css" infoarg=--no-split generate_ascii=true generate_html=true -- 2.39.5