X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=24d63c28c0eb53e84dcd4df30f80b97951554175;hp=78c26ecfcc3fe061072442de3740cad6eade6ea8;hb=ce2545144845a393150638904a4a27e94f62659d;hpb=c6261bee75b36da2a558d40e804057a56f0ecbc0 diff --git a/man/Makefile.in b/man/Makefile.in index 78c26ec..24d63c2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -122,6 +122,10 @@ man.sed: Makefile echo ' s,%components%,,g' >> $@ echo '/%distcomps%/r $(top_srcdir)/etc/distcomps' >> $@ echo ' s,%distcomps%,,g' >> $@ + echo '/%forwcomps%/r $(top_srcdir)/etc/forwcomps' >> $@ + echo ' s,%forwcomps%,,g' >> $@ + echo '/%mhl_forward%/r $(top_srcdir)/etc/mhl.forward' >> $@ + echo ' s,%mhl_forward%,,g' >> $@ # ========= INSTALL TARGETS =========