From: Ivo Timmermans Date: Thu, 18 Jan 2001 13:01:42 +0000 (+0000) Subject: Distribute the sample config as a .tar.gz X-Git-Tag: release-1.0pre4~51 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=fe61e1ffef186aa509a50be3be83955fe1cbb514;hp=a73ec9caa45bda7738376a610030c8ba9b934445 Distribute the sample config as a .tar.gz --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 24e83df0..b62feb7e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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' diff --git a/doc/Makefile.maint b/doc/Makefile.maint index e620be4a..947e338f 100644 --- a/doc/Makefile.maint +++ b/doc/Makefile.maint @@ -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