FYI, bug in man-page generation

Jim Meyering jim at meyering.net
Thu Oct 21 12:10:08 UTC 2010


I've folded this into the latest, which I'm about to push:

>From 648ed8d51e199a1fb02d6de9bb1703539e75d370 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 21 Oct 2010 14:08:22 +0200
Subject: [PATCH] .

---
 man/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 7399460..a5f6051 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -21,6 +21,6 @@ MAINTAINERCLEANFILES = $(dist_man8_MANS)
 # Depend on configure.ac to get version number changes.
 iwhd.8: $(top_srcdir)/configure.ac $(top_srcdir)/rest.c
 	$(AM_V_GEN) \
-	  (echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' $S/rest.c) | \
+	  (echo '[NAME]' && sed 's@/\* *@@; s/-/\\-/; q' $(top_srcdir)/rest.c)|\
 	  $(HELP2MAN) -i - -S '$(PACKAGE) $(VERSION)' ../iwhd | \
 	  sed 's/^\.B info .*/.B info FIXME/' > $@-t && mv $@-t $@
--
1.7.3.1.216.g329be


More information about the iwhd-devel mailing list