X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=60afb12e170dea8c83f66b76a99ef4c6de799624;hp=fed46b75215fcb645f569f637c323303ac4dc77a;hb=0a95c77f23352aafb08edd85da1c044c02bcb0b7;hpb=16ffd4a1c610b2c7ee1567bafdd4a0271584da0e diff --git a/doc/Makefile.am b/doc/Makefile.am index fed46b7..60afb12 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 $< @@ -25,12 +25,12 @@ substitute = sed \ -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