bug-diffutils
[Top][All Lists]
Advanced

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

[bug-diffutils] [PATCH] maint: teach web-doc-generating code how to do i


From: Jim Meyering
Subject: [bug-diffutils] [PATCH] maint: teach web-doc-generating code how to do its job
Date: Tue, 04 May 2010 09:51:34 +0200

With this tiny change (and the companion changes in gnulib),
the web-doc-updating procedure documented in README-release now works.

>From 40adeecffd03ad56e3ed0054c9ee9f31a86397dd Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 3 May 2010 23:16:56 +0200
Subject: [PATCH] maint: teach web-doc-generating code how to do its job

* cfg.mk (gendocs_options): Define, so that gendocs.sh knows
the name of our texinfo source file.
* gnulib: Update to latest, for new gnu-web-doc-update and maint.mk.
---
 cfg.mk |    2 ++
 gnulib |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 306e02b..ce66a42 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -41,6 +41,8 @@ update-copyright-env = \

 include $(srcdir)/dist-check.mk

+gendocs_options_ = -s $(srcdir)/diff.texi
+
 _cf_state_dir ?= .config-state
 _date_time := $(shell date +%F.%T)
 config-compare:
diff --git a/gnulib b/gnulib
index d3d059c..cbbec35 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit d3d059cf53625ddfe2ff4f64759131e846f83b94
+Subproject commit cbbec352566be60d2ede1ee43f6bc911e547d8b0
--
1.7.1.335.g6845a




reply via email to

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