Skip to content

Commit

Permalink
CSSTUDIO-2487 Add documentation when building the Phoebus package in …
Browse files Browse the repository at this point in the history
…'phoebus-product'.
  • Loading branch information
abrahamwolk committed Dec 19, 2024
1 parent 6a1ea77 commit 2325f46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phoebus-product/src/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
<include>*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/docs/build/html</directory>
<outputDirectory>/doc</outputDirectory>
<excludes>
<exclude>.doctrees/**</exclude>
<exclude>.buildinfo</exclude>
<exclude>objects.inv</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.build.directory}/lib</directory>
<outputDirectory>/lib</outputDirectory>
Expand Down

0 comments on commit 2325f46

Please sign in to comment.