diff options
-rw-r--r-- | .gitignore (renamed from .cvsignore) | 0 | ||||
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | po/.gitignore (renamed from po/.cvsignore) | 0 |
3 files changed, 3 insertions, 2 deletions
@@ -37,7 +37,7 @@ APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDI ### The name of the distribution archive: ARCHIVE = $(PLUGIN)-$(VERSION) -PACKAGE = $(shell echo vdr-$(ARCHIVE) | sed -e 's/cvs$$/cvs'`date +%Y%m%d`/) +PACKAGE = $(shell echo vdr-$(ARCHIVE) | sed -e 's/git$$/git'`date +%Y%m%d`/) ### Includes and Defines (add further entries here): @@ -117,7 +117,8 @@ dist: clean @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) @tar czf $(PACKAGE).tgz -C $(TMPDIR) \ - --owner=root --group=root --exclude CVS $(ARCHIVE) + --owner=root --group=root --exclude .git --exclude .gitignore \ + $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tgz diff --git a/po/.cvsignore b/po/.gitignore index 6e85d37..6e85d37 100644 --- a/po/.cvsignore +++ b/po/.gitignore |