summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-27 13:56:49 +0100
committerJim Meyering <meyering@redhat.com>2009-03-02 19:30:13 +0100
commitce9c2c64de5798fbc17e6d64efc88fcdf9a039dc (patch)
treecd418f10e14460c4c81573d2660d20fd298807bb /maint.mk
parent2b1e6636beab4d16ade9685175568d12bafeee9d (diff)
downloadcoreutils-ce9c2c64de5798fbc17e6d64efc88fcdf9a039dc.tar.xz
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.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk8
1 files changed, 8 insertions, 0 deletions
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."