[or-cvs] r15916: Add torbutton wml into the mix. (in website/trunk: . torbutton)
ioerror at seul.org
ioerror at seul.org
Tue Jul 15 04:20:49 UTC 2008
Author: ioerror
Date: 2008-07-15 00:20:49 -0400 (Tue, 15 Jul 2008)
New Revision: 15916
Added:
website/trunk/torbutton/Makefile
Modified:
website/trunk/Makefile
Log:
Add torbutton wml into the mix.
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2008-07-15 04:17:15 UTC (rev 15915)
+++ website/trunk/Makefile 2008-07-15 04:20:49 UTC (rev 15916)
@@ -11,7 +11,7 @@
#TORSVNHEAD = /home/arma/work/onion/svn/trunk
WMLBASE = .
-SUBDIRS=docs eff gui torbrowser tordnsel projects
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects
include $(WMLBASE)/Makefile.common
all: $(SUBDIRS)
@@ -24,6 +24,8 @@
$(MAKE) -C "$@" WMLBASE=..
torbrowser:
$(MAKE) -C "$@" WMLBASE=..
+torbutton:
+ $(MAKE) -C "$@" WMLBASE=..
tordnsel:
$(MAKE) -C "$@" WMLBASE=..
projects:
@@ -34,4 +36,4 @@
# XXX: this also depends on all subs' wmlfiles. How to fix?
translation-status.html.en: $(LANGS) $(WMIFILES) $(WMLFILES)
-.PHONY: docs eff gui torbrowser tordnsel projects
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects
Added: website/trunk/torbutton/Makefile
===================================================================
--- website/trunk/torbutton/Makefile (rev 0)
+++ website/trunk/torbutton/Makefile 2008-07-15 04:20:49 UTC (rev 15916)
@@ -0,0 +1 @@
+include $(WMLBASE)/Makefile.common
More information about the tor-commits
mailing list