summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-10 07:04:43 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-10 07:04:43 +0000
commit9deee4c60f9394b2e20f522a4d5774374be7220d (patch)
tree10befc260be73a35b40eef3ed09f7d0c1c849606
parent9a34c32ec3f26fe8dfdd9dc700a0b67ed930f017 (diff)
downloadtor-9deee4c60f9394b2e20f522a4d5774374be7220d.tar.gz
tor-9deee4c60f9394b2e20f522a4d5774374be7220d.zip
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
-rw-r--r--doc/Makefile.am8
1 files 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