greglarsen / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 1 forks source link

respect for src folder hyerachy #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in my source folder i have a hyercay of doc book.
I would like to have the same hyerarchy of folder (containg compiled docbook) 
ones the docbook are compiled

Original issue reported on code.google.com by benjiii...@gmail.com on 24 Feb 2011 at 6:17

GoogleCodeExporter commented 8 years ago
Hi,

it is currently possible by specifying the includes property like this:

<configuration>
  <includes>profile/*.xml</includes>
</configuration>

The profile directory will be created in the output output directory.

I haven't check if something like **/*.xml (or things like that) are working, I 
have to check how it is done in the code.

Regards,
Cedric,

Original comment by MimilO...@gmail.com on 1 Mar 2011 at 5:10

GoogleCodeExporter commented 8 years ago
this is already the case

Original comment by MimilO...@gmail.com on 5 Apr 2011 at 7:39