[or-cvs] r8341: backport: packages now start including svn website docs (oop (tor/branches/tor-0_1_1-patches/doc)

arma at seul.org arma at seul.org
Thu Sep 7 03:40:35 UTC 2006


Author: arma
Date: 2006-09-06 23:40:35 -0400 (Wed, 06 Sep 2006)
New Revision: 8341

Modified:
   tor/branches/tor-0_1_1-patches/doc/Makefile.am
Log:
backport: packages now start including svn website docs (oops)


Modified: tor/branches/tor-0_1_1-patches/doc/Makefile.am
===================================================================
--- tor/branches/tor-0_1_1-patches/doc/Makefile.am	2006-09-07 03:40:23 UTC (rev 8340)
+++ tor/branches/tor-0_1_1-patches/doc/Makefile.am	2006-09-07 03:40:35 UTC (rev 8341)
@@ -7,17 +7,17 @@
 
 DIST_SUBDIRS = design-paper
 
-website: ../../../cvs/website/docs/
+website: ../../website/docs/
 	rm -rf website
 	mkdir website
-	if test -d $(srcdir)/../../../cvs/website ; then \
-		cd $(srcdir)/../../../cvs/website && $(MAKE); \
+	if test -d $(srcdir)/../../website ; then \
+		cd $(srcdir)/../../website && $(MAKE); \
 	fi
-	if test -d $(srcdir)/../../../cvs/website ; then \
-		cp $(srcdir)/../../../cvs/website/docs/tor-*.html.* \
-			$(srcdir)/../../../cvs/website/stylesheet.css website; \
+	if test -d $(srcdir)/../../website ; then \
+		cp $(srcdir)/../../website/docs/tor-*.html.* \
+			$(srcdir)/../../website/stylesheet.css website; \
 	fi
-img: ../../../cvs/website/img/
+img: ../../website/img/
 	rm -rf img
 	mkdir img
 #	if test -d $(srcdir)/../../website/img; then \



More information about the tor-commits mailing list