git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
994ff952c
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
Makefile
change where i put my tors, from svn to git. also from 020 to 021.
Roger Dingledine
commited
994ff952c
at 2009-08-28 06:08:53
Makefile
Blame
History
Raw
# Directions for building the website: # 1. check out stable-tor and development-tor and website onto moria. # 2. edit the two lines below to point to them. # 3. (edit include/versions.wmi or others if you like) # 4. make # 5. ./publish TORSVNSTABLE = ../tor-stable TORSVNHEAD = ../tor #TORSVNSTABLE = /home/arma/work/onion/git/tor-021 #TORSVNHEAD = /home/arma/work/onion/git/tor 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: ./update-mirrors.pl translations: ./po2wml.sh # XXX: this also depends on all subs' wmlfiles. How to fix? translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES) .PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press gettor vidalia