exclude the website images from the tarball. they're huge.

we need to figure out some other solution than shipping the
whole pile of screenshots.


svn:r6352
This commit is contained in:
Roger Dingledine 2006-04-10 07:04:43 +00:00
parent 9a34c32ec3
commit 9deee4c60f

View File

@ -20,9 +20,9 @@ website: ../../website/docs/
img: ../../website/img/ img: ../../website/img/
rm -rf img rm -rf img
mkdir img mkdir img
if test -d $(srcdir)/../../website/img; then \ # if test -d $(srcdir)/../../website/img; then \
cp $(srcdir)/../../website/img/*.png \ # cp $(srcdir)/../../website/img/*.png \
$(srcdir)/../../website/img/*.jpg img; \ # $(srcdir)/../../website/img/*.jpg img; \
fi # fi
.PHONY: website img .PHONY: website img