]> granicus.if.org Git - docbook-dsssl/commitdiff
Support sr_Latn locale
authorNorman Walsh <ndw@nwalsh.com>
Mon, 15 Dec 2003 20:36:00 +0000 (20:36 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 15 Dec 2003 20:36:00 +0000 (20:36 +0000)
xsl/common/.cvsignore
xsl/common/Makefile

index a4e59c5bc1ebdf3892ad2320349f5424e638c96c..30611897900682a9661d99c6ef25b41652c6e574 100644 (file)
@@ -41,3 +41,4 @@ bg.xml
 hr.xml
 bn.xml
 la.xml
+sr_Latn.xml
index c776b44c2267e1df50771a95b7814939e26bfd68..769005533db3bc43bfc9df6f95bb6c654c1196ca 100644 (file)
@@ -4,7 +4,7 @@ SOURCES=af.xml ar.xml bg.xml bn.xml \
         ca.xml cs.xml da.xml de.xml el.xml en.xml es.xml et.xml eu.xml fi.xml \
         fr.xml he.xml hu.xml id.xml it.xml ja.xml ko.xml lt.xml nl.xml nn.xml \
         no.xml pl.xml hr.xml la.xml \
-        pt.xml pt_br.xml ro.xml ru.xml sk.xml sl.xml sr.xml sv.xml \
+        pt.xml pt_br.xml ro.xml ru.xml sk.xml sl.xml sr.xml sr_Latn.xml sv.xml \
         th.xml tr.xml uk.xml vi.xml xh.xml zh_cn.xml zh_tw.xml
 
 GENSTYLE=../../gentext/xsl/xsl.xsl
@@ -46,6 +46,7 @@ ru.xml: ../../gentext/locale/ru.xml $(GENSTYLE)
 sk.xml: ../../gentext/locale/sk.xml $(GENSTYLE)
 sl.xml: ../../gentext/locale/sl.xml $(GENSTYLE)
 sr.xml: ../../gentext/locale/sr.xml $(GENSTYLE)
+sr_Latn.xml: ../../gentext/locale/sr_Latn.xml $(GENSTYLE)
 sv.xml: ../../gentext/locale/sv.xml $(GENSTYLE)
 th.xml: ../../gentext/locale/th.xml $(GENSTYLE)
 tr.xml: ../../gentext/locale/tr.xml $(GENSTYLE)