The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
554 B
17 lines
554 B
1 year ago
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
|
||
|
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
|
||
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
||
|
<!ENTITY version SYSTEM "version.xml">
|
||
|
]>
|
||
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||
|
<bookinfo>
|
||
|
<title>Foo Reference Manual</title>
|
||
|
</bookinfo>
|
||
|
|
||
|
<chapter id="foo">
|
||
|
<title>GLib Core Application Support</title>
|
||
|
<xi:include href="xml/foo.xml" />
|
||
|
</chapter>
|
||
|
</book>
|