Skip to content

Commit 2325f46

Browse files
committed
CSSTUDIO-2487 Add documentation when building the Phoebus package in 'phoebus-product'.
1 parent 6a1ea77 commit 2325f46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

phoebus-product/src/assembly/package.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
<include>*.jar</include>
2727
</includes>
2828
</fileSet>
29+
<fileSet>
30+
<directory>${project.parent.basedir}/docs/build/html</directory>
31+
<outputDirectory>/doc</outputDirectory>
32+
<excludes>
33+
<exclude>.doctrees/**</exclude>
34+
<exclude>.buildinfo</exclude>
35+
<exclude>objects.inv</exclude>
36+
</excludes>
37+
</fileSet>
2938
<fileSet>
3039
<directory>${project.build.directory}/lib</directory>
3140
<outputDirectory>/lib</outputDirectory>

0 commit comments

Comments
 (0)