[Gimp-docs] authors.xml not build
Ulf-D. Ehlert
ude88 at web.de
Tue Feb 3 03:28:48 PST 2009
Kolbjørn Stuestøl (Montag, 2. Februar 2009, 23:18):
> Forget yesterday: What is "no-op" files?
Files that do "nothing" (no operation), where I've just removed more or
less everything:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8" indent="yes"
doctype-public="-//OASIS//DTD DocBook XML V4.3//EN"
doctype-system="http://www.docbook.org/xml/4.3/docbookx.dtd"/>
<xsl:template match="*"/>
</xsl:stylesheet>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE gimp-authors SYSTEM "authors.dtd">
<gimp-authors xmlns="http://purl.org/dc/elements/1.1/">
</gimp-authors>
> Where in the process are the athors.po/xml generated? When I run make
> pot, po or xml or others? (Perhaps all)
A localized authors file (authors.pot, authors.po, authors.xml) may be
created (if missing or not up-to-date)
when you make all (missing) xml files: make xml-no,
when you make all (missing) po files: make po-no
when you make all (missing) pot files: make pot.
The (English) authors file "src/preface/authors.xml" should always be
created if it's missing or not up-to-date (e.g. on changed
stylesheets) - have a look at the Makefile:
SRC_FILES := "all src files + src/preface/authors.xml"
Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090203/6160c5b7/attachment.bin
More information about the Gimp-docs
mailing list