summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-03-31 10:34:26 +0000
committerschmirl <schmirl>2008-03-31 10:34:26 +0000
commit71cc16a1eb1774f9f20f8eed03b17af3e8691edc (patch)
tree252044d5a37a7c8b41141bdecb3abebce865d03b /Makefile
parent57923c656e264a032391693132fbe3add86df941 (diff)
downloadvdr-plugin-streamdev-71cc16a1eb1774f9f20f8eed03b17af3e8691edc.tar.gz
vdr-plugin-streamdev-71cc16a1eb1774f9f20f8eed03b17af3e8691edc.tar.bz2
Release 0.3.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ee84345..e4a17c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.11 2008/03/28 15:11:40 schmirl Exp $
+# $Id: Makefile,v 1.12 2008/03/31 10:34:26 schmirl Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -130,7 +130,7 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tgz --exclude SCCS -C $(TMPDIR) $(ARCHIVE)
+ @tar czf $(PACKAGE).tgz --exclude CVS -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@echo Distribution package created as $(PACKAGE).tgz