tinc/doc/Makefile.am

24 lines
726 B
Makefile
Raw Normal View History

2000-03-26 00:33:07 +00:00
## Process this file with automake to get Makefile.in
info_TEXINFOS = tinc.texi
dyn_MANS =
2000-03-26 00:33:07 +00:00
man_aux = $(dyn_MANS:.8=.x)
man_MANS = tincd.8 tinc.conf.5 genauth.8 $(dyn_MANS)
2000-03-26 00:33:07 +00:00
PERL = @PERL@
HELP2MAN = help2man
MAINTAINERCLEANFILES = $(dyn_MANS)
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
2000-05-01 21:47:12 +00:00
Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
2000-03-26 00:33:07 +00:00
# Use `ginstall' in the definition of man_MANS to avoid
# confusion with the `install' target. The install rule transforms `ginstall'
# to install before applying any user-specified name transformations.
transform = s/ginstall/install/; @program_transform_name@
# For additional rules usually of interest only to the maintainer,
# see GNUmakefile and Makefile.maint.