summaryrefslogtreecommitdiff
path: root/build-aux/gendocs.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-26 05:18:07 -0800
committerKarl Berry <karl@freefriends.org>2013-11-26 05:18:07 -0800
commit2b7c2713dc823b924ec88f481be1671bf53b6da3 (patch)
treea0ee34080ad2d0e670b60211cd77a6a47493e6ac /build-aux/gendocs.sh
parent831b84c59ef413c57a36b67344467d66a8a2ba70 (diff)
downloadgnulib-2b7c2713dc823b924ec88f481be1671bf53b6da3.tar.gz
autoupdate
Diffstat (limited to 'build-aux/gendocs.sh')
-rw-r--r--[-rwxr-xr-x]build-aux/gendocs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index 98c7523536..f9ec9df76b 100755..100644
--- 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=2013-03-08.15
+scriptversion=2013-10-10.09
# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
# Free Software Foundation, Inc.
@@ -272,6 +272,7 @@ mkdir -p "$outdir/"
cmd="$SETLANG $MAKEINFO -o $PACKAGE.info $commonarg $infoarg \"$srcfile\""
echo "Generating info... ($cmd)"
+rm -f $PACKAGE.info* # get rid of any strays
eval "$cmd"
tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info*
ls -l "$outdir/$PACKAGE.info.tar.gz"