[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-6-gb25c197
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-6-gb25c197 |
Date: |
Thu, 17 Dec 2009 15:44:41 +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 b25c197b74e4ccfdcf198d6cb8d258d57bc76860 (commit)
from 9163f840bf57da0f905e8cf374a473c9c9ac7a58 (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=b25c197b74e4ccfdcf198d6cb8d258d57bc76860
commit b25c197b74e4ccfdcf198d6cb8d258d57bc76860
Author: Simon Josefsson <address@hidden>
Date: Thu Dec 17 16:44:38 2009 +0100
man/Makefile.am (EXTRA_DIST): Add $(all:.8=.h2m).
diff --git a/ChangeLog b/ChangeLog
index e16a24f..1d44009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
(.h2m.8): Add rule for daemons.
(.h2m.1): Invoke new meta-rule 'man'.
(man): New meta-rule to invoke help2man, simplified from before.
+ (EXTRA_DIST): Add $(all:.8=.h2m).
* NEWS: Updated.
Reported by Juergen Daubert <address@hidden>.
diff --git a/man/Makefile.am b/man/Makefile.am
index d83d031..8c7cc28 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -121,7 +121,7 @@ if ENABLE_whois
dist_man1_MANS += whois.1
endif
-EXTRA_DIST = $(all) $(all:.1=.h2m)
+EXTRA_DIST = $(all) $(all:.1=.h2m) $(all:.8=.h2m)
MAINTAINERCLEANFILES = $(all)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
man/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-6-gb25c197,
Simon Josefsson <=