1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

generate man page in debian package

This commit is contained in:
Bastian Venthur
2022-06-09 22:22:03 +02:00
parent c3edbeb511
commit 48cfb49acb
4 changed files with 2 additions and 190 deletions

4
debian/rules vendored
View File

@@ -21,5 +21,5 @@ execute_after_dh_auto_build-indep: export https_proxy=127.0.0.1:9
execute_after_dh_auto_build-indep:
PYTHONPATH=. python3 -m sphinx -N -bhtml \
docs/ build/html # HTML generator
# PYTHONPATH=. python3 -m sphinx -N -bman \
# docs/ build/man # Manpage generator
PYTHONPATH=. python3 -m sphinx -N -bman \
docs/ build/man # Manpage generator