[or-cvs] r16335: make the torvm stuff build (in website/trunk: . en fa torvm)

arma at seul.org arma at seul.org
Fri Aug 1 18:49:00 UTC 2008


Author: arma
Date: 2008-08-01 14:49:00 -0400 (Fri, 01 Aug 2008)
New Revision: 16335

Added:
   website/trunk/torvm/Makefile
Modified:
   website/trunk/Makefile
   website/trunk/en/translation-status.wml
   website/trunk/fa/download.wml
Log:
make the torvm stuff build


Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile	2008-08-01 18:48:43 UTC (rev 16334)
+++ website/trunk/Makefile	2008-08-01 18:49:00 UTC (rev 16335)
@@ -11,7 +11,7 @@
 #TORSVNHEAD = /home/arma/work/onion/svn/trunk
 
 WMLBASE = .
-SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects
+SUBDIRS=docs eff gui torbrowser torbutton tordnsel projects torvm
 
 include $(WMLBASE)/Makefile.common
 all: $(SUBDIRS)
@@ -30,10 +30,12 @@
 	$(MAKE) -C "$@" WMLBASE=..
 projects:
 	$(MAKE) -C "$@" WMLBASE=..
+torvm:
+	$(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
+.PHONY: docs eff gui torbrowser torbutton tordnsel projects torvm

Modified: website/trunk/en/translation-status.wml
===================================================================
--- website/trunk/en/translation-status.wml	2008-08-01 18:48:43 UTC (rev 16334)
+++ website/trunk/en/translation-status.wml	2008-08-01 18:49:00 UTC (rev 16335)
@@ -202,6 +202,7 @@
 do_status(%table_rows, 'torbutton', 1);
 do_status(%table_rows, 'tordnsel', 1);
 do_status(%table_rows, 'projects', 1);
+do_status(%table_rows, 'torvm', 1);
 #do_status(%table_data, 'eff', 1);
 #do_status(%table_data, 'gui', 1);
 sort_and_print(%table_rows);

Modified: website/trunk/fa/download.wml
===================================================================
--- website/trunk/fa/download.wml	2008-08-01 18:48:43 UTC (rev 16334)
+++ website/trunk/fa/download.wml	2008-08-01 18:49:00 UTC (rev 16335)
@@ -4,7 +4,7 @@
 
 #include "head.wmi" TITLE="Tor: Download" CHARSET="UTF-8"
 
-<div class="main-column" lang ="fa">
+<div class="main-column" lang="fa">
 
 <h2>بسته های نرم افزاری Tor موجود</h2>
 

Added: website/trunk/torvm/Makefile
===================================================================
--- website/trunk/torvm/Makefile	                        (rev 0)
+++ website/trunk/torvm/Makefile	2008-08-01 18:49:00 UTC (rev 16335)
@@ -0,0 +1 @@
+include $(WMLBASE)/Makefile.common



More information about the tor-commits mailing list