1 ## Process this file with automake to get Makefile.in
5 info_TEXINFOS = tinc.texi
8 man_aux = $(dyn_MANS:.8=.x)
10 man_MANS = tincd.8 tinc.conf.5 $(dyn_MANS)
14 MAINTAINERCLEANFILES = $(dyn_MANS)
16 EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
17 Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
19 # Use `ginstall' in the definition of man_MANS to avoid
20 # confusion with the `install' target. The install rule transforms `ginstall'
21 # to install before applying any user-specified name transformations.
22 transform = s/ginstall/install/; @program_transform_name@
24 # For additional rules usually of interest only to the maintainer,
25 # see GNUmakefile and Makefile.maint.