X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build-aux%2Fgendocs.sh;h=34ef112e357af7e466ee3dda7444ac226eac14d1;hb=01523ab68d2ce6ad7a0dc7f22c3b7063f3cead74;hp=256ace7e073eed4207185566b1c1e6637636ea3e;hpb=44d48c8524e2d7c7e2793f7bc0c2f4b5ed3b7be5;p=pspp diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh old mode 100644 new mode 100755 index 256ace7e07..34ef112e35 --- a/build-aux/gendocs.sh +++ b/build-aux/gendocs.sh @@ -2,9 +2,10 @@ # 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=2010-11-26.16 +scriptversion=2010-11-29.11 -# Copyright 2003-2010 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,12 +22,12 @@ scriptversion=2010-11-26.16 # # Original author: Mohit Agarwal. # Send bug reports and any other correspondence to bug-texinfo@gnu.org. -# +# # The latest version of this script, and the companion template, is # available from Texinfo CVS: # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs.sh # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs_template -# +# # An up-to-date copy is also maintained in Gnulib (gnu.org/software/gnulib). prog=`basename "$0"`