... | ... |
@@ -22,7 +22,7 @@ TORGIT=/home/phobos/onionrouter/onionrouter/tor.git/.git |
22 | 22 |
STABLETAG=tor-0.2.1.26 |
23 | 23 |
DEVTAG=tor-0.2.2.14-alpha |
24 | 24 |
|
25 |
-WMLBASE = . |
|
25 |
+WMLBASE=. |
|
26 | 26 |
SUBDIRS=docs eff projects press about download download getinvolved donate |
27 | 27 |
|
28 | 28 |
include $(WMLBASE)/Makefile.common |
... | ... |
@@ -24,8 +24,8 @@ LANGS=en |
24 | 24 |
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS))) |
25 | 25 |
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi ) |
26 | 26 |
|
27 |
-HTMLFILES = $(shell perl -le 's, (.*)/(.*).wml , $$2.html.$$1 ,x, print $$_ for @ARGV' $(WMLFILES)) |
|
28 |
-DEPFILES = $(shell perl -le 's, (.*)/(.*).wml , .deps/$$2.html.$$1.d ,x, print $$_ for @ARGV' $(WMLFILES)) |
|
27 |
+HTMLFILES=$(shell perl -le 's, (.*)/(.*).wml , $$2.html.$$1 ,x, print $$_ for @ARGV' $(WMLFILES)) |
|
28 |
+DEPFILES=$(shell perl -le 's, (.*)/(.*).wml , .deps/$$2.html.$$1.d ,x, print $$_ for @ARGV' $(WMLFILES)) |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
all: $(HTMLFILES) |