|
From: <dwa...@us...> - 2009-09-25 12:05:00
|
Revision: 9848
http://zaf.svn.sourceforge.net/zaf/?rev=9848&view=rev
Author: dwaynebailey
Date: 2009-09-25 12:04:51 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add all the ZA langauges to the global Makefile
Modified Paths:
--------------
trunk/dict/Makefile
Modified: trunk/dict/Makefile
===================================================================
--- trunk/dict/Makefile 2009-09-25 06:00:35 UTC (rev 9847)
+++ trunk/dict/Makefile 2009-09-25 12:04:51 UTC (rev 9848)
@@ -41,12 +41,30 @@
en_ZA:
$(MAKE) -C $@
+nr:
+ $(MAKE) -C $@
+
+nso:
+ $(MAKE) -C $@
+
+ss:
+ $(MAKE) -C $@
+
+st:
+ $(MAKE) -C $@
+
sw:
$(MAKE) -C $@
tn:
$(MAKE) -C $@
+ts:
+ $(MAKE) -C $@
+
+ve:
+ $(MAKE) -C $@
+
xh:
$(MAKE) -C $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|