Skip to content

Commit

Permalink
Explicit support to generate doc and tag (#5)
Browse files Browse the repository at this point in the history
* Explicit support to generate doc and tag

Signed-off-by: Jose Luis Rivero <[email protected]>

* Fix package name in install

---------

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 1, 2024
1 parent 9d32826 commit b1c4c4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ override_dh_auto_test:

override_dh_strip:
dh_strip -a --dbg-package=libgz-sim9-dbg

# Execute doc creation to export at least the doxygen tag file
override_dh_auto_build:
dh_auto_build -- doc
dh_auto_build

override_dh_auto_install:
dh_auto_install
install -d debian/tmp/usr/share/gz/gz-sim9/
install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-sim9/

0 comments on commit b1c4c4f

Please sign in to comment.