]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Stop putting parts of the website into tarballs.
authorSebastian Hahn <sebastian@torproject.org>
Mon, 18 Jan 2010 07:47:37 +0000 (08:47 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Wed, 27 Jan 2010 10:36:39 +0000 (11:36 +0100)
The website wasn't used by our packages, and most users will not know how
to open html.en files anyways.

ChangeLog
doc/Makefile.am

index ce1773e0b8dfc53803adde8d1c107b0e8d69020b..a30737ea2dc20cb2b247a6abd2745feb151da60b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -158,6 +158,7 @@ Changes in version 0.2.2.7-alpha - 2010-01-19
     - Remove the HSAuthorityRecordStats option that version 0 hidden
       service authorities could have used to track statistics of overall
       hidden service usage.
+    - Stop shipping parts of the website in the tarballs.
 
 
 Changes in version 0.2.1.22 - 2010-01-19
index 60afcb7d5216cbfb60cbdf24f3f5d2a46ce995ec..79123d81d59d0e79b352f2356ae94d82306c5cd3 100644 (file)
@@ -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