From 4a89dbed596997d026e467366cc01df3e305f376 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Mon, 19 Jan 2009 06:22:28 +0000 Subject: [PATCH] Add link to Ant+DocBook article. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@735616 13f79535-47bb-0310-9956-ffa450edef68 --- docs/resources.html | 30 ++++++++++++++++++++++++++++++ xdocs/resources.xml | 17 +++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/docs/resources.html b/docs/resources.html index b207f3747..8a1e191ab 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -753,6 +753,36 @@ Articles

+ + Ant + DocBook HOWTO +

+

Pure Java DocBook Systems, including Ant Integration

+

The DocBook team documents how to use "make" for DocBook. + This HOWTO document is an attempt to cover the neglected case of using + DocBook for pure Java projects.

+ + + + + + + + + +
+ Author: + + Blaine Simpson +
+ URL: + + http://pub.admc.com/howtos/ant-docbook-howto/ +
+

Extending Ant Input Abilities

diff --git a/xdocs/resources.xml b/xdocs/resources.xml index 77e7ab46e..1f2bce37f 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -363,6 +363,23 @@
+ +

Pure Java DocBook Systems, including Ant Integration

+

The DocBook team documents how to use "make" for DocBook. + This HOWTO document is an attempt to cover the neglected case of using + DocBook for pure Java projects.

+ + + + + + + + + +
Author:Blaine Simpson
URL:http://pub.admc.com/howtos/ant-docbook-howto/
+
+

The contents of this document is the following:

  • Section 2 provides a simple example how InputHandlers are created,