diff --git a/Makefile b/Makefile index d62cb14..67c93e2 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,10 @@ VERSION = 2.0 +# Path to the PGPKEYS and README.html files. This currently will only work +# for me. Bleh. +CONTROL = $$HOME/usenet/control + # Black magic to get the version and modification date arguments for pod2man # out of the comments in pgpverify and signcontrol. EXTRACT = grep '^\# Version' @@ -16,6 +20,8 @@ dist: release pgpverify.8 rsync -a ARCHIVE FORMAT README* pgpverify pgpverify.8 \ sample.control sign.sh signcontrol staging/ cp -p pgpcontrol-$(VERSION).tar.gz staging/ + cp $(CONTROL)/PGPKEYS staging/ + cp $(CONTROL)/README.html staging/ # Generate a tarball of my entire working area, but without the archive of old # versions of the software.