From 9db1065afcd341f3508c4bee8e8bf41a3345a57f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 15 Jul 2006 19:58:49 +0000 Subject: [PATCH] autoupdate --- build-aux/gendocs.sh | 17 +++++++++++------ doc/gendocs_template | 9 +-------- 2 files changed, 12 insertions(+), 14 deletions(-) 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: diff --git a/doc/gendocs_template b/doc/gendocs_template index 3d7c092e3..4611db292 100755 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -1,7 +1,6 @@ - @@ -81,19 +80,13 @@ Please send broken links and other corrections (or suggestions) to

-Copyright (C) 2004 Free Software Foundation, Inc., +Copyright (C) 2006 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

-Updated: - -$Date: 2006-07-12 07:27:31 $ $Author: jas $ - -

-- 2.11.0