diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 18:50:58 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 18:50:58 +0000 |
commit | bf2e1469fb12e6af25c8e23a93026536ba469534 (patch) | |
tree | 1b7c8bc935e214a87eb6a6bde72ab30a3cadf6f1 | |
parent | 0bb8232901f422ebc23b5d7862d010daad5dbdec (diff) | |
download | vdr-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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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* *~ |