[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] exclude the website images from the tarball. they"re huge.
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
Makefile.am
Log Message:
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.
Index: Makefile.am
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -d -r1.23 -r1.24
--- Makefile.am 2 Apr 2006 03:42:32 -0000 1.23
+++ Makefile.am 10 Apr 2006 07:04:43 -0000 1.24
@@ -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