From fd770bc17f464f4178626879412e580d2c25b834 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 15 Mar 2006 19:33:30 +0000 Subject: [PATCH] Add docs/ stuff --- Makefile | 6 ++++-- docs/Makefile | 1 + en/translation-status.wml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/Makefile diff --git a/Makefile b/Makefile index 19cdb178..50c92ef2 100644 --- a/Makefile +++ b/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 diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 00000000..3e821645 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1 @@ +include $(WMLBASE)/Makefile.common diff --git a/en/translation-status.wml b/en/translation-status.wml index 0c052d6e..7ad20555 100644 --- a/en/translation-status.wml +++ b/en/translation-status.wml @@ -137,6 +137,7 @@ sub do_status($$) { }; do_status('.', 0); +do_status('docs', 1); do_status('eff', 1); do_status('gui', 1);