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
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs