[or-cvs] r6944: forward-port the website hack. note that with svn, our build (tor/trunk/doc)

arma at seul.org arma at seul.org
Sun Jul 30 04:45:59 UTC 2006


Author: arma
Date: 2006-07-30 00:45:59 -0400 (Sun, 30 Jul 2006)
New Revision: 6944

Modified:
   tor/trunk/doc/Makefile.am
Log:
forward-port the website hack. note that with svn, our build
system seems to build in-place, so the website/ and img/ directories
actually get created in my sandbox. poo.


Modified: tor/trunk/doc/Makefile.am
===================================================================
--- tor/trunk/doc/Makefile.am	2006-07-30 04:44:44 UTC (rev 6943)
+++ tor/trunk/doc/Makefile.am	2006-07-30 04:45:59 UTC (rev 6944)
@@ -7,17 +7,17 @@
 
 DIST_SUBDIRS = design-paper
 
-website: ../../website/docs/
+website: ../../../cvs/website/docs/
 	rm -rf website
 	mkdir website
-	if test -d $(srcdir)/../../website ; then \
-		cd $(srcdir)/../../website && $(MAKE); \
+	if test -d $(srcdir)/../../../cvs/website ; then \
+		cd $(srcdir)/../../../cvs/website && $(MAKE); \
 	fi
-	if test -d $(srcdir)/../../website ; then \
-		cp $(srcdir)/../../website/docs/tor-*.html.* \
-			$(srcdir)/../../website/stylesheet.css website; \
+	if test -d $(srcdir)/../../../cvs/website ; then \
+		cp $(srcdir)/../../../cvs/website/docs/tor-*.html.* \
+			$(srcdir)/../../../cvs/website/stylesheet.css website; \
 	fi
-img: ../../website/img/
+img: ../../../cvs/website/img/
 	rm -rf img
 	mkdir img
 #	if test -d $(srcdir)/../../website/img; then \



More information about the tor-commits mailing list