This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
1. profile tasks | ||
2. GenerateXslFoTask | ||
3. if there is no translation defined, then should no translation/po tasks (done) | ||
4. default project's task name "COMMON_BOOK" (done) | ||
5. source set of default project may has some problems | ||
6. more test cases | ||
Docbook generation plugin for Gradle. | ||
|
||
check out samples/mutilpleTranslations/*.gradle for the useage. | ||
the book structure for now is fixed. | ||
for example, mutilbooks.gradle | ||
src | ||
└── main | ||
└── docbook | ||
├── devguide | ||
│ └── en-US | ||
├── manual | ||
│ ├── de-DE | ||
│ ├── en-US | ||
└── quickstart | ||
└── en-US | ||
|
||
and also, the current source depends on the latest jdocbook-core (build from source) | ||
check out the samples directory for the usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,8 @@ | |
|
||
|
||
|
||
|
||
|
||
/** | ||
* script with mutil-books support | ||
*/ | ||
|