* maint.mk (web-manual): New rule, from m4's maint.mk.
* bootstrap.conf (gnulib_modules): Add gendocs.
fsusage ftruncate
ftello
fts getdate getgroups gethrxtime
+ gendocs
getline getloadavg getndelim2 getopt getpagesize getpass-gnu
gettext gettime gettimeofday getugroups getusershell
git-version-gen
coreutils.tp
coreutils.vr
fdl.texi
+gendocs_template
getdate.texi
stamp-vti
version.texi
perl -pi -e '$$. == 3 and print "$(noteworthy)\n\n\n"' NEWS
$(emit-commit-log) > .ci-msg
$(VC) commit -F .ci-msg -a
+
+.PHONY: web-manual
+web-manual:
+ @cd '$(srcdir)/doc'; \
+ $(SHELL) ../build-aux/gendocs.sh -o '$(abs_builddir)/doc/manual' \
+ --email $(PACKAGE_BUGREPORT) $(PACKAGE) \
+ "$(PACKAGE_NAME) - Core GNU utilities"
+ @echo " *** Upload the doc/manual directory to web-cvs."