summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec1f219..9160589 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ check: build
clean:
$(RM) $(HTML) doc/index.txt *.rockspec
+# FIXME: Extract URL from rockspec
release: check
agrep -d 'Release' $(VERSION) NEWS | tail -n +3 | head -n -2 > release-notes && \
git diff --exit-code && \