mirror of
https://github.com/torproject/webwml.git
synced 2025-02-07 18:56:53 +00:00
Add docs/ stuff
This commit is contained in:
parent
aaa9e5d227
commit
fd770bc17f
6
Makefile
6
Makefile
@ -11,11 +11,13 @@ TORCVSHEAD = ../tor-head
|
||||
#TORCVSHEAD = /home/arma/work/onion/cvs/tor
|
||||
|
||||
WMLBASE = .
|
||||
SUBDIRS=eff gui
|
||||
SUBDIRS=docs eff gui
|
||||
|
||||
include $(WMLBASE)/Makefile.common
|
||||
all: $(SUBDIRS)
|
||||
|
||||
docs:
|
||||
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
|
||||
eff:
|
||||
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
|
||||
gui:
|
||||
@ -24,4 +26,4 @@ gui:
|
||||
# XXX: this also depends on all subs' wmlfiles. How to fix?
|
||||
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
|
||||
|
||||
.PHONY: eff gui
|
||||
.PHONY: docs eff gui
|
||||
|
1
docs/Makefile
Normal file
1
docs/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include $(WMLBASE)/Makefile.common
|
@ -137,6 +137,7 @@ sub do_status($$) {
|
||||
};
|
||||
|
||||
do_status('.', 0);
|
||||
do_status('docs', 1);
|
||||
do_status('eff', 1);
|
||||
do_status('gui', 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user