1 ## Process this file with automake to get Makefile.in
3 info_TEXINFOS = tinc.texi
6 man_aux = $(dyn_MANS:.8=.x)
8 man_MANS = tincd.8 tinc.conf.5 genauth.8 $(dyn_MANS)
12 MAINTAINERCLEANFILES = $(dyn_MANS)
14 EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
15 Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
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@
22 # For additional rules usually of interest only to the maintainer,
23 # see GNUmakefile and Makefile.maint.