asciidoctor / asciidoctor-gradle-examples

A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
http://asciidoctor.github.io/asciidoctor-gradle-examples
Other
146 stars 132 forks source link

Example showing how to create multiple books from multiple sources #25

Open elygre opened 8 years ago

elygre commented 8 years ago

It's a bit non-obvious how to create multiple books, for example both a "user-guide" and a "developer-guide": How do you organize the sources, how do you build them (separate tasks? together?).

An example would have been great.