Fix typo in lynx command to generate README
This commit is contained in:
parent
0f60a37145
commit
cd07473f1c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ dist: release pgpverify.8
|
||||||
cp -p pgpcontrol-$(VERSION).tar.gz staging/
|
cp -p pgpcontrol-$(VERSION).tar.gz staging/
|
||||||
cp $(CONTROL)/PGPKEYS staging/
|
cp $(CONTROL)/PGPKEYS staging/
|
||||||
cp $(CONTROL)/README.html staging/
|
cp $(CONTROL)/README.html staging/
|
||||||
lynx --dump --nolist staaging/README.html > staging/README
|
lynx --dump --nolist staging/README.html > staging/README
|
||||||
|
|
||||||
# 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