sourcephile
/
git
/
reloto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e7223
)
Add tar GNUmakefile target.
author
Julien Moutinho
<julm@autogeree.net>
Mon, 7 Aug 2017 16:30:07 +0000
(18:30 +0200)
committer
Julien Moutinho
<julm@autogeree.net>
Mon, 7 Aug 2017 16:30:14 +0000
(18:30 +0200)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 1502516dcdf1555786c114ba6d2bb2e231d9a78d..01c8d507d7ddcf6ff72bd7113469c4f4d0372287 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-47,8
+47,9
@@
tag:
git tag --merged | grep -Fqx "$$name-$$version" || \
git tag -f -s -m "$$name v$$version" $$name-$$version
-
upload
:
+
tar
:
LANG=C stack $(STACK_FLAGS) sdist --sign
+upload:
LANG=C stack $(STACK_FLAGS) upload .
.PHONY: stats