From 98621fb8067d3d20aa9834432b0e469fe0e32420 Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Sun, 31 Dec 2000 02:44:18 +0000 Subject: [PATCH] replace %components% and %distcomps% in man pages with corresponding files --- man/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/Makefile.in b/man/Makefile.in index cc4e832..bc9b799 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -124,6 +124,10 @@ man.sed: Makefile echo 's,%manext5%,$(manext5),g' >> $@ echo 's,%manext8%,$(manext8),g' >> $@ echo '$(POPSED)' >> $@ + echo '/%components%/r $(top_srcdir)/etc/components' >> $@ + echo ' s,%components%,,g' >> $@ + echo '/%distcomps%/r $(top_srcdir)/etc/distcomps' >> $@ + echo ' s,%distcomps%,,g' >> $@ # ========= INSTALL TARGETS ========= -- 1.7.10.4