# Directions for building the website:
#
# 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
# make TORSVNSTABLE point to it:
#
# git clone git://git.torproject.org/tor/ tor-stable
# cd tor-stable && git checkout maint-0.2.1
#
# 2. Clone the Tor git repository again and make TORGIT point to it:
#
# git clone git://git.torproject.org/tor/ tor
#
# 3. Edit include/versions.wmi or others if you like
# 4. Update STABLETAG and DEVTAG below if there is a new git tag
# 5. make
# 6. ./publish
#TORSVNSTABLE = /path/to/your/tor/stable
#TORGIT = /path/to/your/tor/master
STABLETAG = tor-0.2.1.26
DEVTAG = tor-0.2.2.13-alpha
WMLBASE = .
SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia
include $(WMLBASE)/Makefile.common
all: $(SUBDIRS)
docs:
$(MAKE) -C "$@" WMLBASE=..
eff:
$(MAKE) -C "$@" WMLBASE=..
gui:
$(MAKE) -C "$@" WMLBASE=..
torbrowser:
$(MAKE) -C "$@" WMLBASE=..
torbutton:
$(MAKE) -C "$@" WMLBASE=..
tordnsel:
$(MAKE) -C "$@" WMLBASE=..
projects:
$(MAKE) -C "$@" WMLBASE=..
torvm:
$(MAKE) -C "$@" WMLBASE=..
press:
$(MAKE) -C "$@" WMLBASE=..
gettor:
$(MAKE) -C "$@" WMLBASE=..
vidalia:
$(MAKE) -C "$@" WMLBASE=..
mirrors: