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]>

* Update rules

* Fix package name in install

---------

Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 1, 2024
1 parent 7cb7401 commit 4f73fdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ override_dh_install:
$(RM) debian/libgz-sensors*-core-dev/usr/include/gz/sensors*/gz/sensors/SegmentationCamera*.hh
$(RM) debian/libgz-sensors*-core-dev/usr/include/gz/sensors*/gz/sensors/ThermalCamera*.hh
$(RM) debian/libgz-sensors*-core-dev/usr/include/gz/sensors*/gz/sensors/WideAngleCamera*.hh
install -d debian/tmp/usr/share/gz/gz-sensors9/
install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-sensors9/

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

0 comments on commit 4f73fdd

Please sign in to comment.