diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-31 04:30:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-31 04:30:13 +0000 |
commit | f41d3abb41cca922e8461fa99965818966fccebf (patch) | |
tree | 10fb87f7c8d53af8f1a7792f917d5f24237f1c38 | |
parent | 3e2f1c8bb8398368412427952ac598880d05d980 (diff) | |
download | tor-f41d3abb41cca922e8461fa99965818966fccebf.tar tor-f41d3abb41cca922e8461fa99965818966fccebf.tar.gz |
weasel suggests that this will help.
svn:r6276
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ac9c43abd..60e608180 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,6 +8,7 @@ SUBDIRS = design-paper DIST_SUBDIRS = design-paper website: + cd $(srcdir)/../../website && $(MAKE) mkdir $(distdir)/website cp -p $(srcdir)/../../website/docs/tor-*.html.* \ $(srcdir)/../../website/stylesheet.css $(distdir)/website |