summaryrefslogtreecommitdiff
path: root/bsd-core/i915/.cvsignore
blob: 350f6c68c1d46abf084230dfc998870919efe0c1 (plain)
1
2
3
4
5
6
7
8
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
i915.kld
i915.ko
> 22 23 24 25 26 27
export SPECDOC=${SPECDOC:-`cat REVISION`}
export DATESTR=${DATESTR:-`cat REVISION-DATE`}
rm -f $SPECDOC.zip
if test -d .git; then
	git archive --format=zip --prefix=tex/ -o $SPECDOC.zip HEAD
elif test -d .svn; then
	rm -fr export-from-svn
	mkdir -p export-from-svn
	svn export . export-from-svn/tex
	cd export-from-svn/
	zip ../$SPECDOC.zip tex/
	cd ..
else
	echo Neither .git nor .svn found.
	echo Falling back to generated list.
fi
zip -d $SPECDOC.zip tex/.gitattributes
rm -fr listings