bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] maint.mk: provide a web-manual-update target


From: Akim Demaille
Subject: [PATCH 3/4] maint.mk: provide a web-manual-update target
Date: Mon, 30 Jul 2012 13:55:26 +0200

* top/maint.mk: here.
* top/README-release: Use it to simplify the web manual update step.
---
 ChangeLog          | 6 ++++++
 top/README-release | 9 ++++-----
 top/maint.mk       | 6 ++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f0c9243..4337e0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-07-30  Akim Demaille  <address@hidden>
 
+       maint.mk: provide a web-manual-update target
+       * top/maint.mk: here.
+       * top/README-release: Use it to simplify the web manual update step.
+
+2012-07-30  Akim Demaille  <address@hidden>
+
        README-release: shorten the circuit to post a news
        * top/README-release: Point directly to the news submission form.
 
diff --git a/top/README-release b/top/README-release
index 1c0f760..5bf30ab 100644
--- a/top/README-release
+++ b/top/README-release
@@ -95,12 +95,11 @@ Once all the builds and tests have passed,
 
 * Send the announcement email message.
 
-* After each non-alpha release, update the on-line manual accessible via
+* After each non-alpha release, run
 
-    http://www.gnu.org/software/@PACKAGE@/manual/
+    make web-manual-update
 
-  by running this from top_srcdir:
+  to update the on-line manual accessible at
 
-    build-aux/gnu-web-doc-update
+    http://www.gnu.org/software/@PACKAGE@/manual/
 
-  possibly with "-C <BUILDDIR>"
diff --git a/top/maint.mk b/top/maint.mk
index fa0280e..fe14a80 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1405,6 +1405,12 @@ web-manual:
            "$(PACKAGE_NAME) - $(manual_title)"
        @echo " *** Upload the doc/manual directory to web-cvs."
 
+.PHONY: web-manual-update
+web-manual-update:
+       $(AM_V_GEN)cd $(srcdir) \
+         && $(_build-aux)/gnu-web-doc-update -C $(abs_builddir)
+
+
 # Code Coverage
 
 init-coverage:
-- 
1.7.11.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]