Преглед на файлове

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

Roger Dingledine преди 19 години
родител
ревизия
9deee4c60f
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      doc/Makefile.am

+ 4 - 4
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