summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-06-08 01:07:17 +0200
committerMidas <vdrportal_midas@gmx.de>2010-06-08 01:07:17 +0200
commitd854dd0631fe01f12fe6edf09165a3df5841fb9a (patch)
treecd2684fb0fe8967a5b898e6d9e052c67ed28e678 /Makefile
parent162820b474550d948c132c7d534e5a1c3f613946 (diff)
downloadvdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.gz
vdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.bz2
Tobias Grimm sent me some patches (thank you), according to
dist target, whitespaces and license information. No features added/removed, no code changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adc5a3f..d3db6ad 100644
--- a/Makefile
+++ b/Makefile
@@ -110,10 +110,11 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tgz -C $(TMPDIR) --exclude debian --exclude CVS --exclude .svn $(ARCHIVE)
+ @tar czf $(PACKAGE).tgz -C $(TMPDIR) --exclude debian --exclude .git $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz
clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
+