renamed version.xml.in to version.in in all API reference manuals.
2003-11-08 Sven Neumann <sven@gimp.org> * configure.in: renamed version.xml.in to version.in in all API reference manuals. 2003-11-08 Sven Neumann <sven@gimp.org> * */version.xml.in: renamed to version.in. * */*-docs.sgml: include the version number using XInclude.
This commit is contained in:
committed by
Sven Neumann
parent
51fecc9f58
commit
8fbf2be2e7
@ -12,5 +12,5 @@ libgimpwidgets-unused.txt
|
||||
libgimpwidgets-undocumented.txt
|
||||
html
|
||||
xml
|
||||
version.xml
|
||||
version
|
||||
*.stamp
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
]>
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Widgets Library Reference Manual</title>
|
||||
<releaseinfo>for GIMP &version;</releaseinfo>
|
||||
<releaseinfo>
|
||||
for GIMP <xi:include href="version" parse="text"/>
|
||||
</releaseinfo>
|
||||
</bookinfo>
|
||||
|
||||
<part id="libgimpwidgets-widgets">
|
||||
|
||||
Reference in New Issue
Block a user