git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2a9aaa802
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
Makefile
first cut of the new, shiny tor website as wml.
Andrew Lewman
commited
2a9aaa802
at 2010-07-09 03:55:22
Makefile
Blame
History
Raw
# Directions for building the website: # # FIXME: this is incorrect, because maint-0.2.1 and master merged # 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 # FIXME: these are the same #TORSVNSTABLE = tor/stable TORSVNSTABLE = tor-stable TORGIT = tor/.git STABLETAG = tor-0.2.1.26 DEVTAG = tor-0.2.2.13-alpha WMLBASE = . SUBDIRS =docs eff projects press about download download getinvolved donate include $(WMLBASE)/Makefile.common all: $(SUBDIRS) docs: $(MAKE) -C "$@" WMLBASE=.. eff: $(MAKE) -C "$@" WMLBASE=.. projects: $(MAKE) -C "$@" WMLBASE=.. press: $(MAKE) -C "$@" WMLBASE=.. about: $(MAKE) -C "$@" WMLBASE=.. download: $(MAKE) -C "$@" WMLBASE=.. getinvolved: $(MAKE) -C "$@" WMLBASE=.. donate: $(MAKE) -C "$@" WMLBASE=.. mirrors: ./update-mirrors.pl translations: ./po2wml.sh qrcode: qrencode -o img/android/orbot-qr-code-latest.png \ "http://www.torproject.org/dist/android/alpha-orbot-latest.apk" # XXX: this also depends on all subs' wmlfiles. How to fix? translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES) .PHONY: docs eff projects press about download download getinvolved donate