Move Image Guide to docs.o.o/image-guide/content

Change-Id: I58c38cc05ec98135c80f5733bda3962f4161d836
This commit is contained in:
Andreas Jaeger 2013-09-10 22:08:48 +02:00
parent 738fc722e1
commit 2544d8c16b

View File

@ -59,9 +59,9 @@
<tocSectionDepth>1</tocSectionDepth>
<tocChapterDepth>1</tocChapterDepth>
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<targetDirectory>target/docbkx/webhelp/${release.path.name}</targetDirectory>
<targetDirectory>target/docbkx/webhelp/</targetDirectory>
<webhelpDirname>image-guide</webhelpDirname>
<pdfFilenameBase>bk-imageguide-${release.path.name}</pdfFilenameBase>
<pdfFilenameBase>image-guide</pdfFilenameBase>
</configuration>
</execution>
<execution>
@ -74,7 +74,7 @@
<includes>dummy.xml</includes>
<postProcess>
<delete includeemptydirs="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" >
<fileset dir="${basedir}/target/docbkx/webhelp" >
<include name="**/*"/>
<exclude name="image-guide/**"/>
</fileset>