summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-04-03 10:56:14 +0200
committerTobias Grimm <tobias@e-tobi.loc>2009-04-03 10:56:14 +0200
commit5c9be00fb7a44861224e80ecf1ed4005236cc7c9 (patch)
tree93b635626d617f062828a810526f89786d7ef4a6 /Makefile
parent6e1e43b735004cd0501f4a92fd7db5d3d8790c55 (diff)
downloadvdr-plugin-ttxtsubs-release/v0.0.9.tar.gz
vdr-plugin-ttxtsubs-release/v0.0.9.tar.bz2
new release 0.0.9v0.0.9release/v0.0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7ea730..51229b6 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore $(ARCHIVE)
+ @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore --exclude debian $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.gz