diff options
| author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:14:23 +0000 |
|---|---|---|
| committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:14:23 +0000 |
| commit | 037696001df8e697f3f62f6c53fb00372611f47c (patch) | |
| tree | eeaedb93a7dde6d70151e1d2b7e7071a09ec751c /Makefile | |
| parent | 335648b394f327acc170f65b8bbf95b1639a4ac6 (diff) | |
| download | vdr-plugin-menuorg-037696001df8e697f3f62f6c53fb00372611f47c.tar.gz vdr-plugin-menuorg-037696001df8e697f3f62f6c53fb00372611f47c.tar.bz2 | |
fixed dist target
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6976 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,9 +119,9 @@ 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 \ - --exclude $(ARCHIVE) + $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tar.gz |
