Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 22:53:30 +0000 (18:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 4 Jun 2017 22:53:30 +0000 (18:53 -0400)
Makefile

index 9fa7c861f3e384a717382c286bab0ea22a09bbcc..3b9509dfd7065ab44a21261770272f9909bbd412 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ DOCS=COPYING NEWS README.adoc TODO \
 
 # Can't use GNU tar's --transform, needs to build under Alpine Linux
 advent-$(VERS).tar.gz: $(SOURCES) $(DOCS) advent.6
-       @ls $(SOURCES) $(DOCS) advent.1 | sed s:^:advent-$(VERS)/: >MANIFEST
+       @ls $(SOURCES) $(DOCS) advent.6 | sed s:^:advent-$(VERS)/: >MANIFEST
        @(cd ..; ln -s advent advent-$(VERS))
        (cd ..; tar -czvf advent/advent-$(VERS).tar.gz `cat advent/MANIFEST`)
        @(cd ..; rm advent-$(VERS))