Skip to content

Commit

Permalink
Merge pull request #4 from gazebo-release/jrivero/run_doc
Browse files Browse the repository at this point in the history
Explicit support to generate doc and tag
  • Loading branch information
j-rivero authored Aug 2, 2024
2 parents 9d73259 + 0fe38e8 commit 0d93806
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 @@ -22,7 +22,14 @@ override_dh_auto_configure:
-DUSE_DIST_PACKAGES_FOR_PYTHON=ON \
-DUSE_SYSTEM_PATHS_FOR_RUBY_INSTALLATION=ON

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

override_dh_install:
install -d debian/tmp/usr/share/gz/gz-transport14/
install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-transport14/
dh_install --
# need to remove files present in components
$(RM) debian/libgz-transport*-core-dev/usr/include/gz/transport*/gz/transport/log.hh
Expand Down

0 comments on commit 0d93806

Please sign in to comment.