From cd07473f1ce5813a0b7a7480b844b5abff123186 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 11 Feb 2018 11:44:32 -0800 Subject: [PATCH] Fix typo in lynx command to generate README --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6dc508f..a374711 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ dist: release pgpverify.8 cp -p pgpcontrol-$(VERSION).tar.gz staging/ cp $(CONTROL)/PGPKEYS 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 # versions of the software.