[l10n-russian CVS] release-notes Makefile,1.9,1.10

Yuri Kozlov yuray-guest at alioth.debian.org
Sat Mar 17 20:49:09 CET 2007


Update of /cvsroot/l10n-russian/release-notes
In directory alioth:/tmp/cvs-serv8990

Modified Files:
	Makefile 
Log Message:
change charset to koi8-r

Index: Makefile
===================================================================
RCS file: /cvsroot/l10n-russian/release-notes/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	17 Mar 2007 06:44:18 -0000	1.9
+++ Makefile	17 Mar 2007 19:49:07 -0000	1.10
@@ -21,12 +21,12 @@
 
 sgml/$(MANUAL).$(LANG).sgml: sgml/$(ORIG_SGML) $(PO)
 	cd sgml; po4a-translate -k $(KEEP) -f sgml -a translator_russian.add -A UTF-8 \
-	-m $(ORIG_SGML) -p ../$(PO) -l $(MANUAL).$(LANG).sgml -o ignore-inclusion="$(IGNOREDINCLUSIONS)"
+	-m $(ORIG_SGML) -p ../$(PO) -l $(MANUAL).$(LANG).sgml -L KOI8-R -o ignore-inclusion="$(IGNOREDINCLUSIONS)"
 
 update-po: sgml/$(ORIG_SGML)
 	cd sgml; po4a-updatepo -d -f sgml -m $(ORIG_SGML) -p ../$(PO) \
 		-o ignore-inclusion="$(IGNOREDINCLUSIONS)"
 
 html:
-	cd sgml; debiandoc2html -1 -l ru_RU.UTF-8 $(MANUAL).$(LANG).sgml; mv $(MANUAL).$(LANG).html/index.html ../$(MANUAL).$(LANG).html; rm -rf $(MANUAL).$(LANG).html
+	cd sgml; debiandoc2html -1 -l ru_RU.KOI8-R $(MANUAL).$(LANG).sgml; mv $(MANUAL).$(LANG).html/index.html ../$(MANUAL).$(LANG).html; rm -rf $(MANUAL).$(LANG).html
 




More information about the l10n-russian-cvs-commits mailing list