Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit support to generate doc and tag #4

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ ifeq ($(DEB_HOST_ARCH),arm64)
else
dh_auto_test --max-parallel=1
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-physics8/
install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-physics8/