X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fgendocs.sh;h=27c0155e4157f84aae619f68807afdf9640030ff;hb=a539e0a8fe5fc17c2e6c1840ba65cdba897dcef4;hp=3a8065e553d4b754b94be28ece70e0c829df0c39;hpb=db2e703a947dddddd6ceb7c2a921bae15193d9b4;p=gnulib.git diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index 3a8065e55..27c0155e4 100755 --- a/build-aux/gendocs.sh +++ b/build-aux/gendocs.sh @@ -1,8 +1,9 @@ #!/bin/sh # gendocs.sh -- generate a GNU manual in many formats. This script is # mentioned in maintain.texi. See the help message below for usage details. -# $Id: gendocs.sh,v 1.1 2006-07-12 07:27:31 jas Exp $ -# + +scriptversion=2006-07-15.08 + # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -39,10 +40,7 @@ templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/ : ${GENDOCS_TEMPLATE_DIR="."} unset CDPATH -rcs_revision='$Revision: 1.1 $' -rcs_version=`set - $rcs_revision; echo $2` -program=`echo "$0" | sed -e 's!.*/!!'` -version="gendocs.sh $rcs_version +version="gendocs.sh $scriptversion Copyright (C) 2006 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software @@ -283,3 +281,10 @@ sed \ $GENDOCS_TEMPLATE_DIR/gendocs_template >$outdir/index.html echo "Done! See $outdir/ subdirectory for new files." + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: