09707ed6b16df14188dc67ec448d5ed069b03d9a
[tinc] / doc / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 info_TEXINFOS = tinc.texi
4
5 dyn_MANS = tincd.8
6 man_aux = $(dyn_MANS:.8=.x)
7
8 man_MANS = tinc.conf.5 genauth.8 $(dyn_MANS)
9
10 PERL = @PERL@
11 HELP2MAN = help2man
12 MAINTAINERCLEANFILES = $(dyn_MANS)
13
14 EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
15   Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
16
17 # Use `ginstall' in the definition of man_MANS to avoid
18 # confusion with the `install' target.  The install rule transforms `ginstall'
19 # to install before applying any user-specified name transformations.
20 transform = s/ginstall/install/; @program_transform_name@
21
22 # For additional rules usually of interest only to the maintainer,
23 # see GNUmakefile and Makefile.maint.