commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-52-g100374d


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-52-g100374d
Date: Tue, 19 Oct 2010 21:48:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  100374d4499666e84b4ba2d070da7f765087a51b (commit)
      from  e02ec46ff5b92f5c996665f52fceda29e3bb2f19 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=100374d4499666e84b4ba2d070da7f765087a51b


commit 100374d4499666e84b4ba2d070da7f765087a51b
Author: Alfred M. Szmidt <address@hidden>
Date:   Tue Oct 19 23:25:48 2010 +0200

    Added gendocs module for generation of web manual.

diff --git a/ChangeLog b/ChangeLog
index 931d59f..d2f4be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-19  Alfred M. Szmidt  <address@hidden>
+
+       Added gendocs module for generation of web manual.
+
+       * doc/.gitignore: Ignore gendocs_template.
+       * cfg.mk (manual_title): New variable.
+       * bootstrap.conf (gnulib_modules): Added gendocs to list.
+
 2010-10-19  Ludovic Courtès  <address@hidden>
 
        Add `tftpd' and `tftp' test.
diff --git a/bootstrap.conf b/bootstrap.conf
index 120b99f..e4511dc 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -35,6 +35,7 @@ extensions
 fdl-1.3
 filemode
 forkpty
+gendocs
 getaddrinfo
 getcwd
 getline
diff --git a/cfg.mk b/cfg.mk
index 88d0b75..8bf3211 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -32,6 +32,8 @@ local-checks-to-skip = \
 
 htmldir = ../www-$(PACKAGE)
 
+manual_title = GNU network utilities
+
 web-coverage:
        rm -fv `find $(htmldir)/coverage -type f | grep -v CVS`
        cp -rv doc/coverage/* $(htmldir)/coverage/
diff --git a/doc/.gitignore b/doc/.gitignore
index a6b422f..3a21987 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,4 +1,5 @@
 fdl-1.3.texi
+gendocs_template
 inetutils.info*
 stamp-vti
 version.texi

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    8 ++++++++
 bootstrap.conf |    1 +
 cfg.mk         |    2 ++
 doc/.gitignore |    1 +
 4 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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