summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-01-10 23:57:00 +0000
committerReuben Thomas <rrt@sc3d.org>2013-01-10 23:57:00 +0000
commit82dba4bdcf1a9271854ddd8ed4f086ca14e37f32 (patch)
tree82971be6700a2e787e30fc06db4e62389d0b7c28
parent80b14c50712af8f3809515e6c5e1c187ea9f799d (diff)
downloadlrexlib-82dba4bdcf1a9271854ddd8ed4f086ca14e37f32.tar.gz
Makefile: add FIXME
-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 && \