Fixed possible problems with generation of chunk docbook
This commit is contained in:
parent
2de4fc23e8
commit
441b6537de
|
@ -131,6 +131,7 @@ Maven throws an OutOfMemoryError. :-(
|
|||
<j:set var="maven.sdocbook.generated.html" value="${maven.build.dir}/generated-docbooks/html-chunk"/>
|
||||
<j:set var="chunk" value="true"/>
|
||||
<attainGoal name="sdocbook:generate-html"/>
|
||||
<j:set var="chunk" value="false"/>
|
||||
</goal>
|
||||
<postGoal name="sdocbook">
|
||||
<attainGoal name="sdocbook:generate-htmlchunk"/>
|
||||
|
|
Loading…
Reference in New Issue