[or-cvs] make it clearer in the makefile that we need to close those...

arma at seul.org arma at seul.org
Wed Dec 21 00:48:18 UTC 2005


Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website

Modified Files:
	Makefile 
Log Message:
make it clearer in the makefile that we need to close those parens


Index: Makefile
===================================================================
RCS file: /home2/or/cvsroot/website/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- Makefile	21 Dec 2005 00:12:36 -0000	1.6
+++ Makefile	21 Dec 2005 00:48:16 -0000	1.7
@@ -29,16 +29,24 @@ WMIFILES=$(wildcard include/*.wmi \
                     it/*.wmi      \
                     fr/*.wmi      \
           )
-HTMLFILES = $(patsubst de/%.wml, %.html.de, \
-            $(patsubst en/%.wml, %.html.en, \
-            $(patsubst it/%.wml, %.html.it, \
-            $(patsubst fr/%.wml, %.html.fr, \
-            $(WMLFILES)))))
+HTMLFILES = $(patsubst de/%.wml, %.html.de,          \
+             $(patsubst en/%.wml, %.html.en,         \
+              $(patsubst it/%.wml, %.html.it,        \
+               $(patsubst fr/%.wml, %.html.fr,       \
+            $(WMLFILES)                              \
+                )                                    \
+               )                                     \
+              )                                      \
+             )
 DEPFILES =  $(patsubst de/%.wml,.deps/%.html.de.d,   \
-            $(patsubst en/%.wml,.deps/%.html.en.d,   \
-            $(patsubst it/%.wml,.deps/%.html.it.d,   \
-            $(patsubst fr/%.wml,.deps/%.html.fr.d,   \
-            $(WMLFILES)))))
+             $(patsubst en/%.wml,.deps/%.html.en.d,  \
+              $(patsubst it/%.wml,.deps/%.html.it.d, \
+               $(patsubst fr/%.wml,.deps/%.html.fr.d,\
+            $(WMLFILES)                              \
+                )                                    \
+               )                                     \
+              )                                      \
+             )
 
 LANGS=de en it fr
 



More information about the tor-commits mailing list