Add docs/ stuff

This commit is contained in:
Peter Palfrader 2006-03-15 19:33:30 +00:00
parent aaa9e5d227
commit fd770bc17f
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1 @@
include $(WMLBASE)/Makefile.common

View File

@ -137,6 +137,7 @@ sub do_status($$) {
};
do_status('.', 0);
do_status('docs', 1);
do_status('eff', 1);
do_status('gui', 1);