From 9deee4c60f9394b2e20f522a4d5774374be7220d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 10 Apr 2006 07:04:43 +0000 Subject: 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 --- doc/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 908db6e722..d6c5f9879e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,9 +20,9 @@ website: ../../website/docs/ img: ../../website/img/ rm -rf img mkdir img - if test -d $(srcdir)/../../website/img; then \ - cp $(srcdir)/../../website/img/*.png \ - $(srcdir)/../../website/img/*.jpg img; \ - fi +# if test -d $(srcdir)/../../website/img; then \ +# cp $(srcdir)/../../website/img/*.png \ +# $(srcdir)/../../website/img/*.jpg img; \ +# fi .PHONY: website img -- cgit v1.2.3-54-g00ecf