diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-23 00:03:50 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-23 00:03:50 -0500 |
commit | 2d6ee53fb91a34e84d082393fd7cd8f6159b5ced (patch) | |
tree | 45735447a809325fa66bcff8a956a16af260e07c /doc/Makefile.am | |
parent | a9d2148f53aed97d060498e13ca1597a28bc47c7 (diff) | |
download | tor-2d6ee53fb91a34e84d082393fd7cd8f6159b5ced.tar.gz tor-2d6ee53fb91a34e84d082393fd7cd8f6159b5ced.zip |
stop shipping doc/img and doc/website in the tarball
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 60afcb7d52..79123d81d5 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 |