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.tar.gz
9 CLEANFILES = *.html tinc.info tincd.8 tinc.8 tinc.conf.5 tinc-gui.8 tincinclude.texi
11 # Use `ginstall' in the definition of man_MANS to avoid
12 # confusion with the `install' target. The install rule transforms `ginstall'
13 # to install before applying any user-specified name transformations.
14 transform = s/ginstall/install/; @program_transform_name@
16 # For additional rules usually of interest only to the maintainer,
17 # see GNUmakefile and Makefile.maint.
19 sample-config.tar.gz: sample-config
20 GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz --exclude .svn sample-config
23 texi2html -split=chapter tinc.texi
31 tinc-gui.8.html: tinc-gui.8
34 tinc.conf.5.html: tinc.conf.5
38 -e s,'@PACKAGE\@',"$(PACKAGE)",g \
39 -e s,'@VERSION\@',"$(VERSION)",g \
40 -e s,'@sysconfdir\@',"$(sysconfdir)",g \
41 -e s,'@localstatedir\@',"$(localstatedir)",g
49 tinc-gui.8: tinc-gui.8.in
52 tinc.conf.5: tinc.conf.5.in
55 tincinclude.texi: tincinclude.texi.in
58 tinc.texi: tincinclude.texi