Copy PGPKEYS and README.html from the control repository for right now.
This commit is contained in:
parent
ed17c7cb23
commit
7dd93a98b4
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
VERSION = 2.0
|
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
|
# Black magic to get the version and modification date arguments for pod2man
|
||||||
# out of the comments in pgpverify and signcontrol.
|
# out of the comments in pgpverify and signcontrol.
|
||||||
EXTRACT = grep '^\# Version'
|
EXTRACT = grep '^\# Version'
|
||||||
|
@ -16,6 +20,8 @@ dist: release pgpverify.8
|
||||||
rsync -a ARCHIVE FORMAT README* pgpverify pgpverify.8 \
|
rsync -a ARCHIVE FORMAT README* pgpverify pgpverify.8 \
|
||||||
sample.control sign.sh signcontrol staging/
|
sample.control sign.sh signcontrol staging/
|
||||||
cp -p pgpcontrol-$(VERSION).tar.gz 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
|
# Generate a tarball of my entire working area, but without the archive of old
|
||||||
# versions of the software.
|
# versions of the software.
|
||||||
|
|
Loading…
Reference in a new issue