[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18027: {website} and make it build too (in website/trunk: . gettor)
Author: arma
Date: 2009-01-08 10:25:32 -0500 (Thu, 08 Jan 2009)
New Revision: 18027
Added:
website/trunk/gettor/Makefile
Modified:
website/trunk/Makefile
Log:
and make it build too
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2009-01-08 15:23:16 UTC (rev 18026)
+++ website/trunk/Makefile 2009-01-08 15:25:32 UTC (rev 18027)
@@ -11,7 +11,7 @@
#TORSVNHEAD = /home/arma/work/onion/svn/trunk
WMLBASE = .
-SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm press gettor
include $(WMLBASE)/Makefile.common
all: $(SUBDIRS)
@@ -34,10 +34,12 @@
$(MAKE) -C "$@" WMLBASE=..
press:
$(MAKE) -C "$@" WMLBASE=..
+gettor:
+ $(MAKE) -C "$@" WMLBASE=..
mirrors:
./update-mirrors.pl
# XXX: this also depends on all subs' wmlfiles. How to fix?
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
-.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm press gettor
Added: website/trunk/gettor/Makefile
===================================================================
--- website/trunk/gettor/Makefile (rev 0)
+++ website/trunk/gettor/Makefile 2009-01-08 15:25:32 UTC (rev 18027)
@@ -0,0 +1 @@
+include $(WMLBASE)/Makefile.common