Distribute the sample config as a .tar.gz
This commit is contained in:
parent
a73ec9caa4
commit
fe61e1ffef
2 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,7 @@ HELP2MAN = help2man
|
|||
MAINTAINERCLEANFILES = $(dyn_MANS)
|
||||
|
||||
EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
|
||||
Makefile.maint GNUmakefile Makefile.summ tinc.conf.sample
|
||||
Makefile.maint GNUmakefile Makefile.summ sample-config.tar.gz
|
||||
|
||||
# Use `ginstall' in the definition of man_MANS to avoid
|
||||
# confusion with the `install' target. The install rule transforms `ginstall'
|
||||
|
|
|
@ -33,3 +33,6 @@ $(dyn_MANS): %.8: %.x $(HELP2MAN)
|
|||
echo "WARNING: The man page $@ cannot be updated yet."; \
|
||||
echo " Retry once the corresponding executable is built."; \
|
||||
fi
|
||||
|
||||
sample-config.tar.gz:
|
||||
GZIP=$(GZIP_ENV) $(TAR) chozf sample-config.tar.gz sample-config
|
||||
|
|
Loading…
Reference in a new issue