* Don't include the website in the dist tarball

This commit is contained in:
Tim Angus 2005-11-02 16:08:21 +00:00
parent 2cc87dfc9d
commit 49b23cd935

View file

@ -6,6 +6,7 @@ release debug clean distclean:
dist:
rm -rf quake3-$(VERSION)
svn export . quake3-$(VERSION)
rm -rf quake3-$(VERSION)/web
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
rm -rf quake3-$(VERSION)