mirror of
https://github.com/torproject/webwml.git
synced 2025-02-18 17:08:25 +00:00
add docs/torbutton.
This commit is contained in:
parent
8b91806534
commit
1aa4f0442b
17
Makefile
17
Makefile
@ -14,12 +14,11 @@ export STABLETAG=tor-0.2.4.21
|
||||
export DEVTAG=tor-0.2.5.3-alpha
|
||||
|
||||
WMLBASE=.
|
||||
SUBDIRS=docs eff projects press about download getinvolved donate
|
||||
SUBDIRS=docs eff projects press about download getinvolved donate docs/torbutton
|
||||
include $(WMLBASE)/Makefile.local
|
||||
|
||||
include $(WMLBASE)/Makefile.common
|
||||
all: $(SUBDIRS)
|
||||
|
||||
all: $(SUBDIRS)
|
||||
docs:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
eff:
|
||||
@ -29,13 +28,15 @@ projects:
|
||||
press:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
about:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
download:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
getinvolved:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
donate:
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
$(MAKE) -C "$@" WMLBASE=..
|
||||
docs/torbutton:
|
||||
$(MAKE) -C "$@" WMLBASE=../..
|
||||
mirrors:
|
||||
./update-mirrors.pl
|
||||
translations:
|
||||
@ -47,4 +48,4 @@ qrcode:
|
||||
# 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 getinvolved donate
|
||||
.PHONY: docs eff projects press about download getinvolved donate docs/torbutton
|
||||
|
Loading…
x
Reference in New Issue
Block a user