From ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 27 Feb 2009 13:56:49 +0100 Subject: dist: automate the post-release web-manual update process * maint.mk (web-manual): New rule, from m4's maint.mk. * bootstrap.conf (gnulib_modules): Add gendocs. --- bootstrap.conf | 1 + doc/.gitignore | 1 + maint.mk | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 9c385e46d..446d6110a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -57,6 +57,7 @@ gnulib_modules=" fsusage ftruncate ftello fts getdate getgroups gethrxtime + gendocs getline getloadavg getndelim2 getopt getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen diff --git a/doc/.gitignore b/doc/.gitignore index 723a5a02f..8d1fd2482 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -16,6 +16,7 @@ coreutils.toc coreutils.tp coreutils.vr fdl.texi +gendocs_template getdate.texi stamp-vti version.texi diff --git a/maint.mk b/maint.mk index da5521e1a..ee279fe9a 100644 --- a/maint.mk +++ b/maint.mk @@ -862,3 +862,11 @@ alpha beta major: $(local-check) writable-files 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." -- cgit v1.2.3-70-g09d2