8f0bf3ab3b71d8c9788af9bf1255d3955d55b443
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) # Directions for building the website:
2) #
3) # FIXME: this is incorrect, because maint-0.2.1 and master merged
4) # 1. Clone the Tor git repository, switch to branch maint-0.2.1, and
5) # make TORSVNSTABLE point to it: 
6) #
7) # 	git clone git://git.torproject.org/tor/ tor-stable
8) # 	cd tor-stable && git checkout maint-0.2.1
9) #
10) # 2. Clone the Tor git repository again and make TORGIT point to it:
11) #
12) # 	git clone git://git.torproject.org/tor/ tor
13) #
14) # 3. Edit include/versions.wmi or others if you like
15) # 4. Update STABLETAG and DEVTAG below if there is a new git tag
16) # 5. make
17) # 6. ./publish
18) 
19) # FIXME: these are the same
Andrew Lewman force an export so the vari...

Andrew Lewman authored 13 years ago

20) export TORSVNSTABLE=/home/phobos/onionrouter/onionrouter/tor/
21) export TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git
Andrew Lewman update the makefile.

Andrew Lewman authored 13 years ago

22) export STABLETAG=tor-0.2.2.16-alpha
23) export DEVTAG=tor-0.2.2.16-alpha
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

24) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

25) WMLBASE=.
Andrew Lewman the first problem is the sp...

Andrew Lewman authored 13 years ago

26) SUBDIRS=docs eff projects press about download download getinvolved donate
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

27) 
28) include $(WMLBASE)/Makefile.common
29) all: $(SUBDIRS)
30) 
31) docs:
32) 	$(MAKE) -C "$@" WMLBASE=..
33) eff:
34) 	$(MAKE) -C "$@" WMLBASE=..
35) projects:
36) 	$(MAKE) -C "$@" WMLBASE=..
37) press:
38) 	$(MAKE) -C "$@" WMLBASE=..
39) about:
40) 	$(MAKE) -C "$@" WMLBASE=.. 
41) download:
42) 	$(MAKE) -C "$@" WMLBASE=.. 
43) getinvolved:
44) 	$(MAKE) -C "$@" WMLBASE=.. 
45) donate:
46) 	$(MAKE) -C "$@" WMLBASE=..  
47) mirrors:
48) 	./update-mirrors.pl
49) translations:
50) 	./po2wml.sh
51) qrcode:
52) 	qrencode -o img/android/orbot-qr-code-latest.png \
Andrew Lewman update the makefile.

Andrew Lewman authored 13 years ago

53)     "https://www.torproject.org/dist/android/alpha-orbot-latest.apk"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

54) 
55) # XXX: this also depends on all subs' wmlfiles.  How to fix?
Andrew Lewman more press fixes, sync with...

Andrew Lewman authored 13 years ago

56) #translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)