mirror of
https://github.com/torproject/webwml.git
synced 2025-02-12 13:28:18 +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
|
#TORCVSHEAD = /home/arma/work/onion/cvs/tor
|
||||||
|
|
||||||
WMLBASE = .
|
WMLBASE = .
|
||||||
SUBDIRS=eff gui
|
SUBDIRS=docs eff gui
|
||||||
|
|
||||||
include $(WMLBASE)/Makefile.common
|
include $(WMLBASE)/Makefile.common
|
||||||
all: $(SUBDIRS)
|
all: $(SUBDIRS)
|
||||||
|
|
||||||
|
docs:
|
||||||
|
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
|
||||||
eff:
|
eff:
|
||||||
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
|
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
|
||||||
gui:
|
gui:
|
||||||
@ -24,4 +26,4 @@ gui:
|
|||||||
# XXX: this also depends on all subs' wmlfiles. How to fix?
|
# XXX: this also depends on all subs' wmlfiles. How to fix?
|
||||||
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
|
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('.', 0);
|
||||||
|
do_status('docs', 1);
|
||||||
do_status('eff', 1);
|
do_status('eff', 1);
|
||||||
do_status('gui', 1);
|
do_status('gui', 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user