aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-01-18 08:47:37 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-01-27 11:36:39 +0100
commitf6a673490f295ea8dee24ebdb857dd9949657820 (patch)
tree9bb57b53816af810839e651d486c6108c88f2034 /doc/Makefile.am
parentff88bc7db8edeb290d1905a34442ba7740a90a90 (diff)
downloadtor-f6a673490f295ea8dee24ebdb857dd9949657820.tar
tor-f6a673490f295ea8dee24ebdb857dd9949657820.tar.gz
Stop putting parts of the website into tarballs.
The website wasn't used by our packages, and most users will not know how to open html.en files anyways.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am21
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 60afcb7d5..79123d81d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
-EXTRA_DIST = website img HACKING \
+EXTRA_DIST = HACKING \
tor-resolve.1 tor-gencert.1 \
tor-osx-dmg-creation.txt tor-rpm-creation.txt \
tor-win32-mingw-creation.txt
@@ -10,22 +10,3 @@ SUBDIRS = design-paper spec
DIST_SUBDIRS = design-paper spec
-website: ../../website/docs/
- rm -rf website
- mkdir website
- if test -d $(srcdir)/../../website ; then \
- cd $(srcdir)/../../website && $(MAKE); \
- fi
- if test -d $(srcdir)/../../website ; then \
- cp $(srcdir)/../../website/docs/tor-*.html.* \
- $(srcdir)/../../website/stylesheet.css website; \
- fi
-img: ../../website/img/
- rm -rf img
- mkdir img
-# if test -d $(srcdir)/../../website/img; then \
-# cp $(srcdir)/../../website/img/*.png \
-# $(srcdir)/../../website/img/*.jpg img; \
-# fi
-
-.PHONY: website img