summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Deleted the 'DIR_template' foolishness and removed the "${LANG}" dummyTommy Reynolds2006-03-031-17/+2
| | | | | | target, too. Replaced the explicit "mkdir -p ${LANG}" in the rule to derive the non-${PRI_LANG} XML. This cuts down on the unnecessary XML regeneration and speeds things up a good bit.
* Added "-k" switch to ${XML2PO} usages to try and keep entity referencesTommy Reynolds2006-03-031-12/+10
| | | | intact. This doesn't fix the whole problem, but it's a start.
* Fixed template typo that wrote new .ENT files into a file called '@'.Tommy Reynolds2006-03-031-1/+1
| | | | You should now delete the '@' file in your copy of this directory.
* Identify original shell using the ${REALSHELL} variable.Tommy Reynolds2006-03-031-0/+1
|
* Please keep XSL sane, thank you... No, this isn't converted to 'en_US'Paul W. Frields2006-03-031-21/+21
| | | | locale, but one thing at a time!
* Stupid %.ent:%.xml form didn't allow for additional dependancies and theTommy Reynolds2006-03-033-82/+74
| | | | | .ent file may not be regenerated when necesssary. This has been fixed by adding a template. All hail the template!
* Replaced references to "-en.xml" to "-en_US.xml", including in theTommy Reynolds2006-03-0218-0/+1675
| | | | <DOCTYPE> areas.
* Archive the .POT file for our O/S challenged translators who can'tTommy Reynolds2006-03-022-1/+232
| | | | install the xml2po(1) program from the "gnome-doc-utils" package.
* IgnorablesTommy Reynolds2006-03-021-1/+0
|
* Use 'en_US' for ${PRI_LANG}; move the 'en' locale into secondary,Tommy Reynolds2006-03-0211-304/+791
| | | | deprecated status.
* Added shell script to convert a .POT/.PO file from the obsolete 'en'Tommy Reynolds2006-03-021-0/+9
| | | | locale to the proper 'en_US' locale.
* Use proper "us_EN" locale by default.Tommy Reynolds2006-03-021-1/+1
|
* Oops, removed too much. Sorry.Tommy Reynolds2006-03-021-0/+1
|
* Removed bogus targets that appeared before the "all::" rule, whichTommy Reynolds2006-03-021-9/+0
| | | | absolutely, positively, must be first.
* Added proper "en_US" locale watermark. Flagged old "en" localeTommy Reynolds2006-03-025-3/+20
| | | | as deprecated.
* When doing "make clean", forgot the ".ent" extention on the ${DOC_ENTITIES}Tommy Reynolds2006-03-021-1/+1
| | | | reference.
* Add de entity files to make example-tutorial happy... these can be ↵Paul W. Frields2006-03-023-0/+497
| | | | translated for real at some point
* Since we now use .POT and .PO files to hold the translated text,Tommy Reynolds2006-03-021-5/+1
| | | | | | non-primary language XML should no longer be committed to CVS. Commonly, our ${PRI_LANG} is a Romance language so we can just prettyprint *every* XML file we see.
* Fixed depandancies so that ${LANG}/fdp-info.xml andTommy Reynolds2006-03-021-4/+11
| | | | ${LANG}/${DOC_ENTITIES}.ent both get built
* Hide our workTommy Reynolds2006-03-011-1/+1
|
* Added support for per-document translatable entities file.Tommy Reynolds2006-03-012-11/+52
|
* Reverting, this is just not good.Paul W. Frields2006-03-011-5/+2
|
* Let's generate new entities for a document at build time, into a realPaul W. Frields2006-03-011-2/+5
| | | | | | | | | | file. This particular fix lets the document author specify a "entities.xml" file in the PRI_LANG directory, which can be PO'd and translated like anything else. I'm thinking this should be one of the XMLFILES in the Makefile as well, right? In any case, there's a little bit of comment duplication but nothing that really matters, since the file shouldn't be entered in CVS anyway and will be rebuilt regularly.
* added pt_BR translationsHugo Cisneiros2006-03-016-70/+137
|
* entities translated to pt_BRHugo Cisneiros2006-03-013-122/+129
|
* test of *docs* feature in /cvs/docs.Karsten Wade2006-03-011-1/+1
|
* update to some definitionFrancesco Tombolini2006-03-011-7/+7
|
* completed translation of entities/it.po and updated some common/*.-it.xmlFrancesco Tombolini2006-03-019-150/+173
|
* Fix a typo and add a missing FP-URL entityPaul W. Frields2006-03-0114-238/+287
|
* Set proper locale before validating XML. Do a more thourough jobrelease-notes-FC-5-GOLD-for-ISOTommy Reynolds2006-03-011-2/+14
| | | | of cleaning up after ourselves.
* Bad XML, no cookie.Karsten Wade2006-02-281-1/+1
|
* Update relnotes legal notice for FC5 finalPaul W. Frields2006-02-281-6/+2
|
* Include "${1}/fdp-info.xml" as a prerequisite to validation.Tommy Reynolds2006-02-281-1/+1
|
* Added "make validate-xml-${LANG}" and "make validate-xml" targets toTommy Reynolds2006-02-281-0/+24
| | | | validate the document XML without performing any subsequent processing.
* Use empty-content element for consistencyPaul W. Frields2006-02-281-4/+4
|
* Stray paran.Karsten Wade2006-02-281-1/+1
|
* Provided viewing hint to "make help" output: use sort(1)!Tommy Reynolds2006-02-281-1/+1
|
* Added "msgmerge -U" switch to update .PO file in-place. Dropped theTommy Reynolds2006-02-281-2/+1
| | | | "*.po.bank" backup file in favor of the msgmerge default behavior.
* Oops! Use a RELATIVE PATHNAME in the CVS tree, so this will workTommy Reynolds2006-02-286-41/+42
| | | | OOB. Sorry. Brain-dead.
* Include the generated .ENT files in the archive.Tommy Reynolds2006-02-285-0/+380
|
* Added initial versions of some of the locales that are alreadyTommy Reynolds2006-02-289-1/+1659
| | | | active. They HAVE NO translations yet.
* Added "fdpcommon" kind of entity. Automatically relocate filesTommy Reynolds2006-02-286-13/+84
| | | | | | marked as "fdpcommon" when building the ".ent" files. Revert Karsten's "Makefile.common" change as a courtesey.
* The file is a legal XML file now, and it is thus named, so now this ↵Karsten Wade2006-02-271-1/+1
| | | | shouldn't break stuff.
* Make cleaner spec filesPaul W. Frields2006-02-261-3/+4
|
* Use UTF-8 for these targets too, methinks. Also, fix rpm-common to do a ↵Paul W. Frields2006-02-261-4/+8
| | | | more brainful job of automagicking. I love making up words.
* Added "set-locale-${LANG}" target to change the local symlinkTommy Reynolds2006-02-261-35/+63
| | | | | | | | "locale-entities.xml" to point to the "docs-common/common/entities/entities-${LANG}.ent" file. The locale gets reset automatically as needed each time the XML is rendered via xmlto(1).
* Every .PO file is precious.Tommy Reynolds2006-02-261-0/+1
|
* Don't actually have an Italian translation yet.Tommy Reynolds2006-02-264-500/+1
|
* Add all the magical make-fu to all new translations to be added byTommy Reynolds2006-02-264-17/+173
| | | | | | | | | just updating the ${OTHERS} macro and editing the locale-specific "${LANG}.po" file that gets generated. The final product is the file "entities-${LANG}.ent", suitable for reference in the <DOCTYPE> declaration of an FDP documnent file via a locale-neutral wrapper filename.
* Added <ulink url="foo"/> construct to avoid all that hideous escapingTommy Reynolds2006-02-256-77/+64
| | | | | | and ampersanding when entering a URL. Note that we only support the EMPTY content model of the <ulink/> element because it renders consistently with current practice.