summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-15 07:04:31 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-15 07:04:31 +0000
commit686b75bc254ee5800cd29aebadac5d058995d5a2 (patch)
treec2db8472c03927de2dfec6459ac297db036838ca /bin
parentec9bc6944317c66c3b44ba70d72aa5d215a593eb (diff)
downloadfedora-doc-utils-686b75bc254ee5800cd29aebadac5d058995d5a2.tar.gz
fedora-doc-utils-686b75bc254ee5800cd29aebadac5d058995d5a2.tar.xz
fedora-doc-utils-686b75bc254ee5800cd29aebadac5d058995d5a2.zip
Reorganize the CVS layout to fully embrace I18N translator support.
Many, many changes here. Refer to "example-tutorial/" for a model. 1) Only one rpm-info.xml file, and that is in the top-level dir. 2) XML file names are now language independant (para.xml, not para-en.xml). 3) The "Makefile" in the document directory has been completely rewritten. Now, a ${PRI_LANG} variable identifies the original language for the document. Additional language translations are listed in the ${OTHERS} macro. The ${XMLEXTRAFILES-${LANG}} variable is no more; instead an XMLFILES_template must be filled out to enumerate the necessary XML files. 4) Translated XML files are automatically generated from .POT and .PO files located in a "po/" directory. 5) Translated XML files should NOT be archived in CVS, since they are now generated files. 6) Many new virtual targets have been added to "Makefile.common", such as "make xml-de", "make po-de", and the like. Consult the "Makefile.common".
Diffstat (limited to 'bin')
-rw-r--r--bin/fdp-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fdp-functions b/bin/fdp-functions
index 285fff4..ed3d4a2 100644
--- a/bin/fdp-functions
+++ b/bin/fdp-functions
@@ -19,7 +19,7 @@ esac
FDPBINDIR="${FDPDIR}/docs-common/bin"
FDPPKGDIR="${FDPDIR}/docs-common/packaging"
PRI_LANG=${PRI_LANG:-"en"}
-RPMINFO=${RPMINFO:-"${PRI_LANG}/rpm-info-${PRI_LANG}.xml"}
+RPMINFO=${RPMINFO:-"rpm-info.xml"}
XSLTPROC=${XSLTPROC:-xsltproc}
XMLFORMAT=${XMLFORMAT:-"${FDPBINDIR}/xmlformat"}
XMLFOPTS=${XMLFOPTS:-"-f ${FDPBINDIR}/xmlformat-fdp.conf"}