2000-03-26 00:33:07 +00:00
|
|
|
## Process this file with automake to get Makefile.in
|
|
|
|
|
2000-10-17 10:14:25 +00:00
|
|
|
SUBDIRS = es
|
|
|
|
|
2000-03-26 00:33:07 +00:00
|
|
|
info_TEXINFOS = tinc.texi
|
|
|
|
|
2000-07-01 14:32:24 +00:00
|
|
|
dyn_MANS =
|
2000-03-26 00:33:07 +00:00
|
|
|
man_aux = $(dyn_MANS:.8=.x)
|
|
|
|
|
2000-11-04 15:17:02 +00:00
|
|
|
man_MANS = tincd.8 tinc.conf.5 $(dyn_MANS)
|
2000-03-26 00:33:07 +00:00
|
|
|
|
|
|
|
PERL = @PERL@
|
|
|
|
HELP2MAN = help2man
|
|
|
|
MAINTAINERCLEANFILES = $(dyn_MANS)
|
|
|
|
|
|
|
|
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
|
2001-01-18 13:01:42 +00:00
|
|
|
Makefile.maint GNUmakefile Makefile.summ sample-config.tar.gz
|
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.
|