1 ## Process this file with automake to get Makefile.in
3 info_TEXINFOS = tinc.texi
5 man_MANS = tincd.8 tinc.8 tinc.conf.5 tinc-gui.8
7 EXTRA_DIST = tincinclude.texi.in tincd.8.in tinc.8.in tinc.conf.5.in tinc-gui.8.in sample-config
9 CLEANFILES = *.html tincd.8 tinc.8 tinc.conf.5 tinc-gui.8 tincinclude.texi tinc.info
12 $(AM_V_GEN)w3mman2html $? > $@
15 $(AM_V_GEN)w3mman2html $? > $@
17 tinc-gui.8.html: tinc-gui.8
18 $(AM_V_GEN)w3mman2html $? > $@
20 tinc.conf.5.html: tinc.conf.5
21 $(AM_V_GEN)w3mman2html $? > $@
24 -e s,'@PACKAGE\@',"$(PACKAGE)",g \
25 -e s,'@VERSION\@',"$(VERSION)",g \
26 -e s,'@sysconfdir\@',"$(sysconfdir)",g \
27 -e s,'@runstatedir\@',"$(runstatedir)",g \
28 -e s,'@localstatedir\@',"$(localstatedir)",g
30 tincd.8: $(srcdir)/tincd.8.in
31 $(AM_V_GEN)$(substitute) $(srcdir)/tincd.8.in > $@
33 tinc.8: $(srcdir)/tinc.8.in
34 $(AM_V_GEN)$(substitute) $(srcdir)/tinc.8.in > $@
36 tinc-gui.8: $(srcdir)/tinc-gui.8.in
37 $(AM_V_GEN)$(substitute) $(srcdir)/tinc-gui.8.in > $@
39 tinc.conf.5: $(srcdir)/tinc.conf.5.in
40 $(AM_V_GEN)$(substitute) $(srcdir)/tinc.conf.5.in > $@
42 tincinclude.texi: $(srcdir)/tincinclude.texi.in
43 $(AM_V_GEN)$(substitute) $(srcdir)/tincinclude.texi.in > $@
45 tinc.texi: tincinclude.texi