diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 19:47:34 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-25 19:47:34 +0000 |
commit | 8ba068032518c32762b32468ef1f4415fefe7574 (patch) | |
tree | dc89581d5a579260c7f912f1e54213823b0f446b /Makefile | |
parent | f3bbcd9476beec7c43d2adb3bc0129ff8041d7ad (diff) | |
download | vdr-plugin-menuorg-0.3.tar.gz vdr-plugin-menuorg-0.3.tar.bz2 |
fixed typo0.3
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5987 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ # PLUGIN = menuorg -SVNROPOOT ?= svn+e-tobi://e-tobi.net/menuorg +SVNROOT ?= svn+e-tobi://e-tobi.net/menuorg ### The version number of this plugin (taken from the main source file): @@ -117,7 +117,7 @@ dist: clean @echo Distribution package created as $(PACKAGE).tar.gz release: dist - @svn cp -m"release $(VERSION)" $(SVNROOT)/trunk $(SVNROOT)/tags/$(VERSION) + svn cp -m"release $(VERSION)" $(SVNROOT)/trunk $(SVNROOT)/tags/$(VERSION) clean: @-rm -f $(BUILD_DEPFILE) $(TESTS_DEPFILE) *.so* *.tar.gz core* *~ |