summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-01-11 10:56:33 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-01-11 10:56:33 +0200
commitb1af43ea6829b6a1085e5d95b31fe45bf51e47d9 (patch)
treeee0cdab8e1973f3168a972012e73bc2b554be01e
parent930080c16ec62d989c97ed2e070c651d9e3c864f (diff)
downloadvdr-plugin-ttxtsubs-b1af43ea6829b6a1085e5d95b31fe45bf51e47d9.tar.gz
vdr-plugin-ttxtsubs-b1af43ea6829b6a1085e5d95b31fe45bf51e47d9.tar.bz2
Exclude .gitignore from tarball.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16f0982..405cb24 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 debian --exclude .git $(ARCHIVE)
+ @tar czf $(PACKAGE).tar.gz -C $(TMPDIR) --exclude .gitignore $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tar.gz