Change path to css file from absolute to relative
Change-Id: I9be6ea8450467d0e4c7fe363ad99feed3c86261c
This commit is contained in:
@@ -38,12 +38,20 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<htmlCustomization>${basedir}/src/docbkx/style/config.xsl
|
<htmlCustomization>../style/config.xsl
|
||||||
</htmlCustomization>
|
</htmlCustomization>
|
||||||
<htmlStylesheet>${basedir}/src/docbkx/style/getting-started.css
|
<htmlStylesheet>../style/getting-started.css
|
||||||
</htmlStylesheet>
|
</htmlStylesheet>
|
||||||
<xincludeSupported>true</xincludeSupported>
|
<xincludeSupported>true</xincludeSupported>
|
||||||
<chunkSectionDepth>100</chunkSectionDepth>
|
<chunkSectionDepth>100</chunkSectionDepth>
|
||||||
|
<postProcess>
|
||||||
|
<copy todir="target/docbkx/webhelp/getting-started/style">
|
||||||
|
<fileset dir="src/docbkx/style">
|
||||||
|
<include name="**/*.css"/>
|
||||||
|
<include name="**/*.xsl"/>
|
||||||
|
</fileset>
|
||||||
|
</copy>
|
||||||
|
</postProcess>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@@ -38,9 +38,9 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<htmlCustomization>${basedir}/src/docbkx/style/config.xsl
|
<htmlCustomization>../style/config.xsl
|
||||||
</htmlCustomization>
|
</htmlCustomization>
|
||||||
<htmlStylesheet>${basedir}/src/docbkx/style/user-guide.css
|
<htmlStylesheet>../style/user-guide.css
|
||||||
</htmlStylesheet>
|
</htmlStylesheet>
|
||||||
<xincludeSupported>true</xincludeSupported>
|
<xincludeSupported>true</xincludeSupported>
|
||||||
<chunkSectionDepth>100</chunkSectionDepth>
|
<chunkSectionDepth>100</chunkSectionDepth>
|
||||||
@@ -50,6 +50,12 @@
|
|||||||
<include name="**/*.png"/>
|
<include name="**/*.png"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy todir="target/docbkx/webhelp/user-guide/style">
|
||||||
|
<fileset dir="src/docbkx/style">
|
||||||
|
<include name="**/*.css"/>
|
||||||
|
<include name="**/*.xsl"/>
|
||||||
|
</fileset>
|
||||||
|
</copy>
|
||||||
</postProcess>
|
</postProcess>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Reference in New Issue
Block a user