summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-03-31 05:00:28 +0000
committerPeter Palfrader <peter@palfrader.org>2006-03-31 05:00:28 +0000
commitb13c1b53c6e0a346559baa04a21c071473d07cfb (patch)
tree6fe02f7bc21044976940fde9b6d8c7f1049182b3 /doc/Makefile.am
parentfef8829d3c344bdd37366862bbf0bb647900e322 (diff)
downloadtor-b13c1b53c6e0a346559baa04a21c071473d07cfb.tar.gz
tor-b13c1b53c6e0a346559baa04a21c071473d07cfb.zip
Fail somehow smarter if we do not have the website source tree in ../website
svn:r6278
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bd4c7c7d6b..a7d162ae66 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,13 +7,13 @@ SUBDIRS = design-paper
DIST_SUBDIRS = design-paper
-website:
+website: ../../website/docs/
cd $(srcdir)/../../website && $(MAKE)
rm -rf website
mkdir website
cp $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css website
-img:
+img: ../../website/img/
rm -rf img
mkdir img
cp $(srcdir)/../../website/img/*.png \