GitHub CI: update list of container images
[tinc] / doc / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 info_TEXINFOS = tinc.texi
4 tinc_TEXINFOS = tincinclude.texi
5
6 man_MANS = tincd.8 tinc.8 tinc.conf.5 tinc-gui.8
7
8 EXTRA_DIST = tincinclude.texi.in tincd.8.in tinc.8.in tinc.conf.5.in tinc-gui.8.in sample-config
9
10 CLEANFILES = *.html tincd.8 tinc.8 tinc.conf.5 tinc-gui.8 tincinclude.texi
11
12 tincd.8.html: tincd.8
13         $(AM_V_GEN)w3mman2html $? > $@
14
15 tinc.8.html: tinc.8
16         $(AM_V_GEN)w3mman2html $? > $@
17
18 tinc-gui.8.html: tinc-gui.8
19         $(AM_V_GEN)w3mman2html $? > $@
20
21 tinc.conf.5.html: tinc.conf.5
22         $(AM_V_GEN)w3mman2html $? > $@
23
24 substitute = sed \
25         -e s,'@PACKAGE\@',"$(PACKAGE)",g \
26         -e s,'@VERSION\@',"$(VERSION)",g \
27         -e s,'@sysconfdir\@',"$(sysconfdir)",g \
28         -e s,'@runstatedir\@',"$(runstatedir)",g \
29         -e s,'@localstatedir\@',"$(localstatedir)",g
30
31 tincd.8: $(srcdir)/tincd.8.in
32         $(AM_V_GEN)$(substitute) $(srcdir)/tincd.8.in > $@
33
34 tinc.8: $(srcdir)/tinc.8.in
35         $(AM_V_GEN)$(substitute) $(srcdir)/tinc.8.in > $@
36
37 tinc-gui.8: $(srcdir)/tinc-gui.8.in
38         $(AM_V_GEN)$(substitute) $(srcdir)/tinc-gui.8.in > $@
39
40 tinc.conf.5: $(srcdir)/tinc.conf.5.in
41         $(AM_V_GEN)$(substitute) $(srcdir)/tinc.conf.5.in > $@
42
43 tincinclude.texi: $(srcdir)/tincinclude.texi.in
44         $(AM_V_GEN)$(substitute) $(srcdir)/tincinclude.texi.in > $@