[or-cvs] r22926: {website} fix up variables and spaces. (website/branches/web20)
Andrew Lewman
andrew at torproject.org
Mon Aug 16 18:18:15 UTC 2010
Author: phobos
Date: 2010-08-16 18:18:15 +0000 (Mon, 16 Aug 2010)
New Revision: 22926
Modified:
website/branches/web20/Makefile
website/branches/web20/Makefile.common
Log:
fix up variables and spaces.
Modified: website/branches/web20/Makefile
===================================================================
--- website/branches/web20/Makefile 2010-08-16 17:35:47 UTC (rev 22925)
+++ website/branches/web20/Makefile 2010-08-16 18:18:15 UTC (rev 22926)
@@ -22,7 +22,7 @@
STABLETAG=tor-0.2.1.26
DEVTAG=tor-0.2.2.14-alpha
-WMLBASE = .
+WMLBASE=.
SUBDIRS=docs eff projects press about download download getinvolved donate
include $(WMLBASE)/Makefile.common
Modified: website/branches/web20/Makefile.common
===================================================================
--- website/branches/web20/Makefile.common 2010-08-16 17:35:47 UTC (rev 22925)
+++ website/branches/web20/Makefile.common 2010-08-16 18:18:15 UTC (rev 22926)
@@ -24,8 +24,8 @@
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )
-HTMLFILES = $(shell perl -le 's, (.*)/(.*).wml , $$2.html.$$1 ,x, print $$_ for @ARGV' $(WMLFILES))
-DEPFILES = $(shell perl -le 's, (.*)/(.*).wml , .deps/$$2.html.$$1.d ,x, print $$_ for @ARGV' $(WMLFILES))
+HTMLFILES=$(shell perl -le 's, (.*)/(.*).wml , $$2.html.$$1 ,x, print $$_ for @ARGV' $(WMLFILES))
+DEPFILES=$(shell perl -le 's, (.*)/(.*).wml , .deps/$$2.html.$$1.d ,x, print $$_ for @ARGV' $(WMLFILES))
all: $(HTMLFILES)
More information about the tor-commits
mailing list