# HG changeset patch # User Karl Berry # Date 1385471887 28800 # Node ID 4428f887600bd73dd69723bc49b764f7b582ded6 # Parent 2ea05e953064e4b5b13f98e0cfe058cd76379dd8 autoupdate diff -r 2ea05e953064 -r 4428f887600b build-aux/gendocs.sh --- a/build-aux/gendocs.sh Mon Nov 18 17:35:01 2013 -0800 +++ b/build-aux/gendocs.sh Tue Nov 26 05:18:07 2013 -0800 @@ -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 @@ 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"