3a2b52d7988a1dc5dc7d396356c7f5f156c7b990
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) # Directions for building the website:
2) #
Sebastian Hahn Update the Makefile

Sebastian Hahn authored 13 years ago

3) # 1. Clone the Tor git repository and make TORGIT point to it:
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

4) #
Sebastian Hahn Revert part of "get all the...

Sebastian Hahn authored 12 years ago

5) # 	git clone git://git.torproject.org/tor/ tor.git
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

6) #
Sebastian Hahn Update the Makefile

Sebastian Hahn authored 13 years ago

7) #    Note that you will need to point to the actual .git directory.
8) # 2. Edit include/versions.wmi or others if you like
9) # 3. Update STABLETAG and DEVTAG below if there is a new git tag
10) # 4. make
11) # 5. ./publish
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

12) 
Roger Dingledine move stable to 0.2.4.21

Roger Dingledine authored 10 years ago

13) export STABLETAG=tor-0.2.4.21
Roger Dingledine 0.2.5.3-alpha tarball is up

Roger Dingledine authored 10 years ago

14) export DEVTAG=tor-0.2.5.3-alpha
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15) 
Andrew Lewman fix up variables and spaces.

Andrew Lewman authored 13 years ago

16) WMLBASE=.
Andrew Lewman update more references to t...

Andrew Lewman authored 9 years ago

17) SUBDIRS=docs eff projects press about download getinvolved donate 
Peter Palfrader Move the TORGIT config opti...

Peter Palfrader authored 12 years ago

18) include $(WMLBASE)/Makefile.local
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

19) 
20) include $(WMLBASE)/Makefile.common
21) all: $(SUBDIRS)
22) 
23) docs:
24) 	$(MAKE) -C "$@" WMLBASE=..
25) eff:
26) 	$(MAKE) -C "$@" WMLBASE=..
27) projects:
28) 	$(MAKE) -C "$@" WMLBASE=..
29) press:
30) 	$(MAKE) -C "$@" WMLBASE=..
31) about:
32) 	$(MAKE) -C "$@" WMLBASE=.. 
33) download:
34) 	$(MAKE) -C "$@" WMLBASE=.. 
35) getinvolved:
36) 	$(MAKE) -C "$@" WMLBASE=.. 
37) donate:
38) 	$(MAKE) -C "$@" WMLBASE=..  
39) mirrors:
40) 	./update-mirrors.pl
41) translations:
42) 	./po2wml.sh
43) qrcode:
Andrew Lewman make qrcode image generatio...

Andrew Lewman authored 13 years ago

44) 	qrencode -o $(IMGROOT)/android/orbot-qr-code-latest.png \
Andrew Lewman update the makefile.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

48) #translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

49)