[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add translation-status page
Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv5614
Modified Files:
Makefile
Log Message:
Add translation-status page
Index: Makefile
===================================================================
RCS file: /home/or/cvsroot/website/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 4 Oct 2005 23:03:54 -0000 1.2
+++ Makefile 5 Oct 2005 02:05:59 -0000 1.3
@@ -13,11 +13,11 @@
de/*.wml \
it/*.wml \
)
-#WMIFILES=$(wildcard include/*.wmi \
-# en/*.wmi \
-# de/*.wmi \
-# it/*.wmi \
-# )
+WMIFILES=$(wildcard include/*.wmi \
+ en/*.wmi \
+ de/*.wmi \
+ it/*.wmi \
+ )
HTMLFILES = $(patsubst de/%.wml, %.de.html, \
$(patsubst en/%.wml, %.en.html, \
$(patsubst it/%.wml, %.it.html, \
@@ -71,6 +71,7 @@
tor-manual-cvs.en.html: $(TORCVSHEAD)/doc/tor.1.in
tor-manual.en.html: $(TORCVSSTABLE)/doc/tor.1.in
+translation-status.en.html: $(LANGS) $(WMIFILES) $(WMLFILES)
dep: $(DEPFILES)