]> mj.ucw.cz Git - pciutils.git/commitdiff
Omit the CVS/ directory when creating a distribution archive.
authorMartin Mares <mj@ucw.cz>
Sat, 27 Dec 1997 12:01:34 +0000 (12:01 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:13 +0000 (14:09 +0200)
Makefile

index 40a4379458dbfd2fcd0b4ceeba78f55d0061e882..c7abd0b16b822d7b7b89621152383445d52cf11c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1997/12/27 11:57:11 mj Exp $
+# $Id: Makefile,v 1.3 1997/12/27 12:01:34 mj Exp $
 # Makefile for Linux PCI Utilities
 # (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 
@@ -23,4 +23,4 @@ install: all
        install -o root -g root -m 644 pci.ids $(PREFIX)/etc
 
 dist: clean
-       sh -c 'X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X'
+       sh -c 'X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X --exclude CVS'