diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-16 17:04:57 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-16 17:04:57 +0200 |
commit | 1221af36df85fbc2c09887afb23a6985a1a1ca69 (patch) | |
tree | 524aa5ae0caa17f293fc6131d479f03c8bc5fa5a /build-aux | |
parent | fb0445323d8589e7f20bec0d133ecb7372c35074 (diff) | |
download | libtasn1-1221af36df85fbc2c09887afb23a6985a1a1ca69.tar.gz libtasn1-1221af36df85fbc2c09887afb23a6985a1a1ca69.tar.bz2 libtasn1-1221af36df85fbc2c09887afb23a6985a1a1ca69.zip |
Update gnulib files. Fix compile failure on Mac OS X.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/gendocs.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index ba76744..a1ed4b4 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=2009-01-02.08 +scriptversion=2009-04-08.09 # Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. @@ -19,7 +19,7 @@ scriptversion=2009-01-02.08 # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# +# # Original author: Mohit Agarwal. # Send bug reports and any other correspondence to bug-texinfo@gnu.org. @@ -98,7 +98,7 @@ You can set the environment variables MAKEINFO, TEXI2DVI, and DVIPS to control the programs that get executed, and GENDOCS_TEMPLATE_DIR to control where the gendocs_template file is looked for. (With --docbook, the environment variables DOCBOOK2HTML, DOCBOOK2PDF, DOCBOOK2PS, and -DOCBOOK2TXT are also respected.) +DOCBOOK2TXT are also respected.) By default, makeinfo is run in the default (English) locale, since that's the language of most Texinfo manuals. If you happen to have a @@ -247,7 +247,7 @@ if test -z "$use_texi2html"; then cd ${split_html_dir} || exit 1 tar -czf $dotdot_outdir/${PACKAGE}.html_node.tar.gz -- *.html ) - html_node_tgz_size=`calcsize $outdir/${PACKAGE}.html_node.tar.gz` + html_node_tgz_size=`calcsize $outdir/${PACKAGE}.html_node.tar.gz` rm -f $outdir/html_node/*.html mkdir -p $outdir/html_node/ mv ${split_html_dir}/*.html $outdir/html_node/ |