diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-03 10:56:14 +0200 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-03 10:56:14 +0200 |
commit | 5c9be00fb7a44861224e80ecf1ed4005236cc7c9 (patch) | |
tree | 93b635626d617f062828a810526f89786d7ef4a6 /Makefile | |
parent | 6e1e43b735004cd0501f4a92fd7db5d3d8790c55 (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |