projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b2602
)
Typo fix.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 22:53:30 +0000
(18:53 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 4 Jun 2017 22:53:30 +0000
(18:53 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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))