[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Add docs/ stuff



Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv21205

Modified Files:
	Makefile 
Log Message:
Add docs/ stuff

Index: Makefile
===================================================================
RCS file: /home/or/cvsroot/website/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -d -r1.15 -r1.16
--- Makefile	27 Jan 2006 00:16:59 -0000	1.15
+++ Makefile	15 Mar 2006 19:33:30 -0000	1.16
@@ -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