[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] and make it make the espanol files too
Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website
Modified Files:
Makefile.common
Log Message:
and make it make the espanol files too
Index: Makefile.common
===================================================================
RCS file: /home2/or/cvsroot/website/Makefile.common,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- Makefile.common 19 Feb 2006 21:58:17 -0000 1.3
+++ Makefile.common 15 Mar 2006 21:31:29 -0000 1.4
@@ -19,6 +19,9 @@ all: $(HTMLFILES)
%.html.en: en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+%.html.es: es/%.wml en/%.wml
+ lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+
%.html.de: de/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@