diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-31 12:57:24 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-31 12:57:24 +0100 |
commit | 1bc70a22302c8b07ad75e3d029f5f7f25357ae26 (patch) | |
tree | 191aecd9eea95fc3f64020e5a83845204367f043 /build-aux | |
parent | 9137b894ef5de0733acd9e11920afac8c4adde16 (diff) | |
download | libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.tar.gz libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.tar.bz2 libtasn1-1bc70a22302c8b07ad75e3d029f5f7f25357ae26.zip |
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/gendocs.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh index 389d346..480c1d4 100755 --- 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=2007-10-24.16 +scriptversion=2008-01-13.10 -# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# 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 @@ -308,7 +309,7 @@ if test -z "$use_texi2html"; then else CONDS="/%%ENDIF.*%%/d;/%%IF *HTML_SECTION%%/d;/%%IF *HTML_CHAPTER%%/d" fi -curdate=`date '+%B %d, %Y'` +curdate=`$SETLANG date '+%B %d, %Y'` sed \ -e "s!%%TITLE%%!$MANUAL_TITLE!g" \ -e "s!%%DATE%%!$curdate!g" \ |