Last bits (hopefully)
[tinc] / doc / Makefile.am
1 ## Process this file with automake to get Makefile.in
2
3 SUBDIRS = es
4
5 info_TEXINFOS = tinc.texi
6
7 dyn_MANS =
8 man_aux = $(dyn_MANS:.8=.x)
9
10 man_MANS = tincd.8 tinc.conf.5 $(dyn_MANS)
11
12 PERL = @PERL@
13 HELP2MAN = help2man
14 MAINTAINERCLEANFILES = $(dyn_MANS)
15
16 EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
17   Makefile.maint GNUmakefile Makefile.summ sample-config.tar.gz
18
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@
23
24 # For additional rules usually of interest only to the maintainer,
25 # see GNUmakefile and Makefile.maint.