diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:15:14 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:15:14 +0000 |
commit | 86250d36deb6ffde462617f8c47daf5e46b32443 (patch) | |
tree | 30cd519d4e852ec5c720e69b42417e0dd72ffceb /Makefile | |
parent | 037696001df8e697f3f62f6c53fb00372611f47c (diff) | |
download | vdr-plugin-menuorg-0.4.tar.gz vdr-plugin-menuorg-0.4.tar.bz2 |
prepare release0.4
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6977 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) - tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude debian --exclude CVS \ + @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude debian --exclude CVS \ --exclude .svn --exclude tools --exclude .cproject --exclude .project \ $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) |