* build-aux/gnu-web-doc-update: Correctly change to the 'manual' directory,
since $tmp is a relative path. This avoids removing files
outside of the 'manual' directory. Broken since commit
e979787d.
+2023-09-11 Pádraig Brady <P@draigBrady.com>
+
+ gnu-web-doc-update: fix updating of manual directory
+ * build-aux/gnu-web-doc-update: Change to the 'manual' directory,
+ since $tmp is a relative path. This avoids removing files
+ outside of the 'manual' directory.
+
2023-09-07 Bruno Haible <bruno@clisp.org>
Don't use 'throw ()' in C++ 11 or newer.
# Run this after each non-alpha release, to update the web documentation at
# https://www.gnu.org/software/$pkg/manual/
-VERSION=2023-03-23.02; # UTC
+VERSION=2023-09-11.20; # UTC
# Copyright (C) 2009-2023 Free Software Foundation, Inc.
cd $tmp/$pkg
test -d manual/CVS || $dryrun $CVS add -ko manual
- cd $tmp/$pkg/manual
+ cd manual
# Add all the files. This is simpler than trying to add only the
# new ones because of new directories