bug-vc-dwim
[Top][All Lists]
Advanced

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

[Bug-vc-dwim] [PATCH] doc: set manual_title, for gnu-web-doc-update


From: Jim Meyering
Subject: [Bug-vc-dwim] [PATCH] doc: set manual_title, for gnu-web-doc-update
Date: Thu, 17 Mar 2011 12:34:58 +0100

Today I realized that I'd never installed the on-line documentation
for vc-dwim.  To make the usual procedure work, I had to commit the small
change below, simulate a 1.4 release, and run a slightly modified
copy of build-aux/gnu-web-doc-update.

So now, the on-line manuals are all available in the usual place:

    http://www.gnu.org/software/vc-dwim/manual/

The only problem is that they refer to an as-yet nonexistent vc-dwim-1.4.

I'm tempted to make a release to resolve that, since there are two
new entries in NEWS:

    vc-chlog can now handle two-word function names like "operator delete"

    vc-chlog now accepts --dirty-workdir for 'git add -i' workflows.

Ralf (or anyone else), do you have additional changes you'd like to
see in 1.4?

Jim


>From d72af7ffceb6d8a058d48e39b7d3f9c9d61efa0b Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 17 Mar 2011 12:06:57 +0100
Subject: [PATCH] doc: set manual_title, for gnu-web-doc-update

* cfg.mk (manual_title): Define.  This is required by
the build-aux/gnu-web-doc-update script we use to update
the on-line web documentation.
---
 cfg.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 052d4f5..578fffb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -14,6 +14,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.

+# Used in maint.mk's web-manual rule
+manual_title = vc-dwim
+
 # Tests not to run as part of "make distcheck".
 # Exclude changelog-check here so that there's less churn in ChangeLog
 # files -- otherwise, you'd need to have the upcoming version number
--
1.7.4.1.430.g5aa4d



reply via email to

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