aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-17 08:58:06 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-17 08:58:06 +0300
commit1047ca368eaf1c0f1cda21c9b0ab3c212a3d9379 (patch)
treeea96a861720f9d365b458db425bf20d734426d6d
parenta6cc8f5fcbcbf4c707149940de2ee9a33220c34d (diff)
downloadwydawca-1047ca368eaf1c0f1cda21c9b0ab3c212a3d9379.tar.gz
wydawca-1047ca368eaf1c0f1cda21c9b0ab3c212a3d9379.tar.bz2
Minor changes
-rw-r--r--NEWS4
-rwxr-xr-xdoc/gendocs.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2789798..153b579 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Wydawca NEWS -- history of user-visible changes. 2020-04-16
+Wydawca NEWS -- history of user-visible changes. 2020-04-17
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
@@ -257,7 +257,7 @@ Copyright (C) 2007-2020 Sergey Poznyakoff
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
-eval: (add-hook 'write-file-hooks 'time-stamp)
+eval: (add-hook 'write-file-functions 'time-stamp)
time-stamp-start: "changes. "
time-stamp-format: "%:y-%02m-%02d"
time-stamp-end: "\n"
diff --git a/doc/gendocs.sh b/doc/gendocs.sh
index 8ac3a06..a457767 100755
--- a/doc/gendocs.sh
+++ b/doc/gendocs.sh
@@ -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=2015-02-28.17
+scriptversion=2020-04-17.08
# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
# Free Software Foundation, Inc.
@@ -483,7 +483,7 @@ $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)
+# eval: (add-hook 'write-file-functions 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-end: "$"

Return to:

Send suggestions and report system problems to the System administrator.