Peter Palfrader commited on 2006-03-15 20:33:30
Zeige 3 geänderte Dateien mit 6 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -11,11 +11,13 @@ TORCVSHEAD = ../tor-head |
| 11 | 11 |
#TORCVSHEAD = /home/arma/work/onion/cvs/tor |
| 12 | 12 |
|
| 13 | 13 |
WMLBASE = . |
| 14 |
-SUBDIRS=eff gui |
|
| 14 |
+SUBDIRS=docs eff gui |
|
| 15 | 15 |
|
| 16 | 16 |
include $(WMLBASE)/Makefile.common |
| 17 | 17 |
all: $(SUBDIRS) |
| 18 | 18 |
|
| 19 |
+docs: |
|
| 20 |
+ $(MAKE) -C "$@" WMLBASE=../$(WMLBASE) |
|
| 19 | 21 |
eff: |
| 20 | 22 |
$(MAKE) -C "$@" WMLBASE=../$(WMLBASE) |
| 21 | 23 |
gui: |
| ... | ... |
@@ -24,4 +26,4 @@ gui: |
| 24 | 26 |
# XXX: this also depends on all subs' wmlfiles. How to fix? |
| 25 | 27 |
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES) |
| 26 | 28 |
|
| 27 |
-.PHONY: eff gui |
|
| 29 |
+.PHONY: docs eff gui |
| ... | ... |
@@ -0,0 +1 @@ |
| 1 |
+include $(WMLBASE)/Makefile.common |