From: Martin Mares Date: Sat, 27 Dec 1997 12:01:34 +0000 (+0000) Subject: Omit the CVS/ directory when creating a distribution archive. X-Git-Tag: v3.0.0~346 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e8db5753e74b793a48e402a98e72d3c21a94fc9d;p=pciutils.git Omit the CVS/ directory when creating a distribution archive. --- diff --git a/Makefile b/Makefile index 40a4379..c7abd0b 100644 --- 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 @@ -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'