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