2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00
Files
build/test/boostbook/docs.xml
Vladimir Prus d4fa3d6092 Added Boostbook test
[SVN r26601]
2004-12-29 11:47:59 +00:00

32 lines
697 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<library
name="library"
dirname="librarys" id="library"
xmlns:xi="http://www.w3.org/2001/XInclude">
<libraryinfo>
<author>
<firstname>Joe</firstname>
<surname>Hacker</surname>
</author>
<copyright>
<year>7002</year>
<holder>Joe Hacker</holder>
</copyright>
</libraryinfo>
<title>Documentation</title>
<section>
<title>Introduction</title>
<para>This is introduction</para>
</section>
<xi:include href="autodoc.boostbook"/>
</library>