X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2FMakefile.am;h=60afb12e170dea8c83f66b76a99ef4c6de799624;hp=16b5a71ca4f231684a7cec72d018da9df5a2d748;hb=5865fd2676b8c77ac8f71b3fd997593cafbd153f;hpb=21e7eb0afb3b5f332a90b9ed63d6770db791ecb1 diff --git a/doc/Makefile.am b/doc/Makefile.am index 16b5a71c..60afb12e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,7 +6,7 @@ man_MANS = tincd.8 tinc.conf.5 EXTRA_DIST = tincinclude.texi.in tincd.8.in tinc.conf.5.in sample-config -CLEANFILES = *.html tincd.8 tinc.conf.5 tincinclude.texi +CLEANFILES = *.html tincd.8 tinc.conf.5 tincinclude.texi tinc.info texi2html: tinc.texi $(AM_V_GEN)texi2html -split=chapter $< @@ -21,15 +21,16 @@ substitute = sed \ -e s,'@PACKAGE\@',"$(PACKAGE)",g \ -e s,'@VERSION\@',"$(VERSION)",g \ -e s,'@sysconfdir\@',"$(sysconfdir)",g \ + -e s,'@runstatedir\@',"$(runstatedir)",g \ -e s,'@localstatedir\@',"$(localstatedir)",g tincd.8: $(srcdir)/tincd.8.in - $(AM_V_GEN)$(substitute) $< > $@ + $(AM_V_GEN)$(substitute) $(srcdir)/tincd.8.in > $@ tinc.conf.5: $(srcdir)/tinc.conf.5.in - $(AM_V_GEN)$(substitute) $< > $@ + $(AM_V_GEN)$(substitute) $(srcdir)/tinc.conf.5.in > $@ tincinclude.texi: $(srcdir)/tincinclude.texi.in - $(AM_V_GEN)$(substitute) $< > $@ + $(AM_V_GEN)$(substitute) $(srcdir)/tincinclude.texi.in > $@ tinc.texi: tincinclude.texi