From 33c13ad9741a413528327d9241178347d32a0ca0 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Fri, 2 Aug 2024 00:16:07 +0200 Subject: [PATCH] Explicit support to generate doc and tag (#3) * Explicit support to generate doc and tag Signed-off-by: Jose Luis Rivero * Fix package name in install --------- Signed-off-by: Jose Luis Rivero --- ubuntu/debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ubuntu/debian/rules b/ubuntu/debian/rules index fba9763..df3865a 100755 --- a/ubuntu/debian/rules +++ b/ubuntu/debian/rules @@ -6,3 +6,13 @@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=RelWithDebInfo + +# 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-launch8/ + install ./obj-*/*.tag.xml debian/tmp/usr/share/gz/gz-launch8/