HHH-9998 - Continue documentation TLC
This commit is contained in:
parent
a45261ed4c
commit
b0cf427c21
|
@ -165,18 +165,18 @@ jdocbook {
|
|||
}
|
||||
|
||||
// book-specific config
|
||||
manual {
|
||||
masterSourceDocumentName = 'Hibernate_Manual.xml'
|
||||
userGuide {
|
||||
masterSourceDocumentName = 'Hibernate_User_Guide.xml'
|
||||
}
|
||||
integration {
|
||||
masterSourceDocumentName = 'Hibernate_Integrations.xml'
|
||||
integrationsGuide {
|
||||
masterSourceDocumentName = 'Hibernate_Integrations_Guide.xml'
|
||||
}
|
||||
mapping {
|
||||
masterSourceDocumentName = 'Hibernate_Mapping.xml'
|
||||
mappingGuide {
|
||||
masterSourceDocumentName = 'Hibernate_Mapping_Guide.xml'
|
||||
}
|
||||
}
|
||||
|
||||
[ 'integration', 'manual', 'mapping'].each { bookName ->
|
||||
[ 'integrationsGuide', 'userGuide', 'mappingGuide'].each { bookName ->
|
||||
task "stageLocalStyles_$bookName"(type: Copy) {
|
||||
into project.file( "target/docbook/stage/$bookName" )
|
||||
from project.file( 'src/main/style' )
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
-->
|
||||
<!DOCTYPE book SYSTEM "http://docbook.org/xml/5.0/dtd/docbook.dtd" [
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Integrations.ent">
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Integrations_Guide.ent">
|
||||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -6,7 +6,7 @@
|
|||
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
-->
|
||||
<!DOCTYPE book SYSTEM "http://docbook.org/xml/5.0/dtd/docbook.dtd" [
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Mapping.ent">
|
||||
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Mapping_Guide.ent">
|
||||
%BOOK_ENTITIES;
|
||||
]>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue