Skip to content

Commit

Permalink
Explicit support to generate doc and tag (#4)
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 553d54e commit bbb1c01
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 @@ -10,3 +10,13 @@ override_dh_auto_configure:

override_dh_auto_test:
true

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

0 comments on commit bbb1c01

Please sign in to comment.