[or-cvs] r6943: point at the right website location (hack) (tor/branches/tor-0_1_1-patches/doc)
arma at seul.org
arma at seul.org
Sun Jul 30 04:44:45 UTC 2006
Author: arma
Date: 2006-07-30 00:44:44 -0400 (Sun, 30 Jul 2006)
New Revision: 6943
Modified:
tor/branches/tor-0_1_1-patches/doc/Makefile.am
Log:
point at the right website location (hack)
Modified: tor/branches/tor-0_1_1-patches/doc/Makefile.am
===================================================================
--- tor/branches/tor-0_1_1-patches/doc/Makefile.am 2006-07-30 04:40:27 UTC (rev 6942)
+++ tor/branches/tor-0_1_1-patches/doc/Makefile.am 2006-07-30 04:44:44 UTC (rev 6943)
@@ -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