Skip to content

Commit

Permalink
Explicit support to generate doc and tag (#3)
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 118186a commit 33c13ad
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 @@ -6,3 +6,13 @@
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo

# 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-launch8/
install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-launch8/

0 comments on commit 33c13ad

Please sign in to comment.