summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 18:50:58 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 18:50:58 +0000
commitbf2e1469fb12e6af25c8e23a93026536ba469534 (patch)
tree1b7c8bc935e214a87eb6a6bde72ab30a3cadf6f1
parent0bb8232901f422ebc23b5d7862d010daad5dbdec (diff)
downloadvdr-plugin-menuorg-bf2e1469fb12e6af25c8e23a93026536ba469534.tar.gz
vdr-plugin-menuorg-bf2e1469fb12e6af25c8e23a93026536ba469534.tar.bz2
added release target to makefile
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5985 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 845867f..1d1f113 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@
#
PLUGIN = menuorg
+SVNROPOOT ?= svn+e-tobi://e-tobi.net/menuorg
+
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \
@@ -113,6 +115,9 @@ dist: clean
--exclude .svn --exclude tools $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.gz
+
+release: dist
+ @svn cp -m"release $(VERSION)" $(SVNROOT)/trunk $(SVNROOT)/tags/$(VERSION)
clean:
@-rm -f $(BUILD_DEPFILE) $(TESTS_DEPFILE) *.so* *.tar.gz core* *~