--- a/doc/Makefile Sat Sep 08 01:24:36 2012 +0200
+++ b/doc/Makefile Sat Sep 08 02:12:10 2012 +0200
@@ -17,6 +17,7 @@
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
rstfiles = $(shell find * -name '*.rst')
@@ -28,9 +29,20 @@
pos = $$(rstfiles:%.rst=%_$(1).po)
$$(pos):%_$(1).po: $(BUILDDIR)/locale/%.pot
if [ -e $$@ ] ; then msgmerge -U $$@ $$<; else cat $$< > $$@; fi
+ $(SPHINXBUILD) -D language=$(1) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml_$(1) + find $(BUILDDIR)/dirhtml_$(1) -name "index.html" -print -exec mv {} {}.$(1) ';' $(foreach lang, $(langs), $(eval $(call by_lang,$(lang))))
+ mkdir -p $(BUILDDIR)/final + #cp -av $(BUILDDIR)/dirhtml*/* $(BUILDDIR)/final || true --- a/doc/standards_kr.po Sat Sep 08 01:24:36 2012 +0200
+++ b/doc/standards_kr.po Sat Sep 08 02:12:10 2012 +0200
@@ -8,51 +8,64 @@
"Project-Id-Version: Beremiz 1.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-08 01:21\n"
+"POT-Creation-Date: 2012-09-08 01:47\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+# 175ab223adbc42749a504a6f9718fb71 -# 175ab223adbc42749a504a6f9718fb71
+# c2d98f5b3a4c4f6fa6fdab3b7d419f28 -# c2d98f5b3a4c4f6fa6fdab3b7d419f28
-msgid "IEC-61131 is a normative document provided by the standards organization IEC (International Electrotechnical Commission) and describing a standard for implementing programmable controllers."
+"IEC-61131 is a normative document provided by the standards organization IEC " +"(International Electrotechnical Commission) and describing a standard for " +"implementing programmable controllers." +# da7a80107e094184af3a7d6504a3718b -# da7a80107e094184af3a7d6504a3718b
-msgid "The part 3 of this document (commonly named IEC 61131-3) specifies syntax and semantics for programming language for programmable controllers. Beremiz implements all the languages described in this document."
+"The part 3 of this document (commonly named IEC 61131-3) specifies syntax " +"and semantics for programming language for programmable controllers. Beremiz " +"implements all the languages described in this document." +# 98082fb5f0564eb38341fd5865f3cef6 #: ../../standards.rst:14
-# 98082fb5f0564eb38341fd5865f3cef6
msgid "http://www.iec.eu"
+# fb0bef609e7b43079133dc137afbdc34 #: ../../standards.rst:17
-# fb0bef609e7b43079133dc137afbdc34
+# abf4b2a73aa54caba919975385b1b2af #: ../../standards.rst:19
-# abf4b2a73aa54caba919975385b1b2af
-msgid "PLCopen is a vendor- and product-independent worldwide association defining international standards for various topics related to control programming. For this purpose, PLCopen has 6 technical committees."
+"PLCopen is a vendor- and product-independent worldwide association defining " +"international standards for various topics related to control programming. " +"For this purpose, PLCopen has 6 technical committees." +# aa4df8a9f69749cdb44143a2f6a973e2 #: ../../standards.rst:24
-# aa4df8a9f69749cdb44143a2f6a973e2
-msgid "The goal of the sixth committee (TC6) is to define a standard file format, based on XML, for exchanging programmables controllers programmed using IEC 61131-3 languages. Beremiz uses this file format for saving the PLC programs of projects."
+"The goal of the sixth committee (TC6) is to define a standard file format, " +"based on XML, for exchanging programmables controllers programmed using IEC " +"61131-3 languages. Beremiz uses this file format for saving the PLC programs " +# 3c0fd475a8374f8d843d142081bdaf35 #: ../../standards.rst:30
-# 3c0fd475a8374f8d843d142081bdaf35
msgid "http://www.plcopen.org"