aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1de40c84..e22d7f08 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,6 +12,9 @@ all:
.PHONY: tag-release tarball release install version clean
+diff-tag-release:
+ svn diff $(REPO)/trunk/src $(REPO)/tags/$(SVNTAG)
+
tag-release:
@svn list $(REPO)/tags/$(SVNTAG)/Makefile > /dev/null && \
( \