projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aace47
)
Minor improvements to release machinery.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 18 Feb 2017 14:41:05 +0000
(09:41 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 18 Feb 2017 14:41:05 +0000
(09:41 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5c9c60007923f809bf717c586f7a528e8fb18064..dea081f9bd69d60553460874825de085151a69a2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,8
+41,12
@@
pylint:
clean:
rm -f sst.6 sst.html
- rm -f *.6 MANIFEST index.html
SHIPPER.*
+ rm -f *.6 MANIFEST index.html
release: sst-$(VERS).tar.gz sst.html
- shipper -u -t; make clean
+ shipper version=$(VERS) | sh -e -x
+ cd www; upload
+
+refresh: sst.html
+ shipper -N -w version=$(VERS) | sh -e -x
cd www; upload