From 7dd93a98b4e17e2ba6eaa939b155543e99897755 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 7 Jul 2003 03:02:35 +0000 Subject: [PATCH] Copy PGPKEYS and README.html from the control repository for right now. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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.