summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 0c06b970..ec65e522 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,13 @@ override_dh_clean:
--exclude=test/units/inventory_test_data/group_vars/noparse/all.yml~ \
--exclude=test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/modules/uses_leaf_mu_flat_import.bak
+ # now not part of the package anymore
+ rm -Rf docs/man/
+
execute_after_dh_auto_build:
# manpage documentation
- $(MAKE) docs
+ mkdir -p docs/man/man1/
+ /usr/bin/python3 packaging/cli-doc/build.py man --output-dir docs/man/man1/
ifneq (,$(filter ansible-doc,$(DOPACKAGES)))
# html documentation
$(MAKE) webdocs