[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-138-g7650524
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-138-g7650524 |
Date: |
Tue, 08 Dec 2009 11:10:56 +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 76505247ef01ad628369f1d456ed0753bb594fb1 (commit)
from 8baafba83dfb49037620e095f6ea073a3877431e (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=76505247ef01ad628369f1d456ed0753bb594fb1
commit 76505247ef01ad628369f1d456ed0753bb594fb1
Author: Simon Josefsson <address@hidden>
Date: Tue Dec 8 12:10:53 2009 +0100
man/Makefile.am: Make sure that all man pages are included.
diff --git a/ChangeLog b/ChangeLog
index 081c41d..d67164c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-12-08 Simon Josefsson <address@hidden>
+ * man/Makefile.am: Make sure that all man pages are included in
+ the 'make dist' target. Suggested by Alfred M. Szmidt
+ <address@hidden>.
+
+2009-12-08 Simon Josefsson <address@hidden>
+
* man/Makefile.am: Only enable building of man pages for tools
that are enabled. Reported by Ludovic Courtès <address@hidden>.
* am/enable.m4: Specify a conditional for every tool.
diff --git a/man/Makefile.am b/man/Makefile.am
index c827857..f7c02b7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -16,10 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see `http://www.gnu.org/licenses/'.
-dist_man1_MANS =
-
# FIXME: ping6 ifconfig tftp
+all = hostname.1 ifconfig.1 inetd.1 ftp.1 ftpd.1 logger.1 ping.1 rcp.1 \
+ rexec.1 rexecd.1 rlogin.1 rlogind.1 rsh.1 rshd.1 syslogd.1 \
+ talk.1 talkd.1 telnet.1 telnetd.1 traceroute.1 uucpd.1 whois.1
+
+dist_man1_MANS =
+
if ENABLE_hostname
dist_man1_MANS += hostname.1
endif
@@ -108,9 +112,9 @@ if ENABLE_whois
dist_man1_MANS += whois.1
endif
-EXTRA_DIST = $(dist_man1_MANS:.1=.h2m)
+EXTRA_DIST = $(all) $(all:.1=.h2m)
-MAINTAINERCLEANFILES = $(dist_man1_MANS)
+MAINTAINERCLEANFILES = $(all)
ftp.1: ftp.h2m $(top_srcdir)/ftp/main.c $(top_srcdir)/configure.ac
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
man/Makefile.am | 12 ++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-138-g7650524,
Simon Josefsson <=