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 8a24618 commit 5b85348
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 @@ -29,3 +29,13 @@ ifeq ($(DEB_HOST_ARCH),armhf)
else
dh_auto_test $@ --no-parallel --buildsystem=cmake
endif

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

0 comments on commit 5b85348

Please sign in to comment.