diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 10:56:33 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 10:56:33 +0200 |
commit | b1af43ea6829b6a1085e5d95b31fe45bf51e47d9 (patch) | |
tree | ee0cdab8e1973f3168a972012e73bc2b554be01e | |
parent | 930080c16ec62d989c97ed2e070c651d9e3c864f (diff) | |
download | vdr-plugin-ttxtsubs-b1af43ea6829b6a1085e5d95b31fe45bf51e47d9.tar.gz vdr-plugin-ttxtsubs-b1af43ea6829b6a1085e5d95b31fe45bf51e47d9.tar.bz2 |
Exclude .gitignore from tarball.
-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 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 |