X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=5e99542366cd26386130328229cea13254d35bfd;hp=c94ab00872971024dd4907d31f2438aa273f0a08;hb=ab7b48411962d26439f92f35ed084d3d6275459c;hpb=05b7f957ba42e79f49b3a62aea2502168c9abf7a diff --git a/man/Makefile.in b/man/Makefile.in index c94ab00..5e99542 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -33,9 +33,6 @@ INSTALL_DATA = @INSTALL_DATA@ SED = sed SEDMAN = $(SED) -f man.sed $< > $@ -# sed line for editing pop information in man pages -POPSED = @POPSED@ - .SUFFIXES: .SUFFIXES: .man .$(manext1) .$(manext5) .$(manext8) @@ -109,7 +106,6 @@ man.sed: Makefile echo 's,%manext1%,$(manext1),g' >> $@ 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' >> $@