debian: fix building doc

This commit is contained in:
Benjamin Renard 2023-09-28 16:43:07 +02:00
parent c60730f25c
commit 0a98056be9
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC
3 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,2 @@
lsexample
doc/exports/html/debian/LdapSaisie.html
doc/LdapSaisie.html

2
debian/rules vendored
View file

@ -4,7 +4,7 @@
dh $@ --with bash-completion
override_dh_auto_build:
make -C $(CURDIR)/doc/exports/html -f Makefile debian
make -C $(CURDIR)/doc -f Makefile debian
override_dh_clean:
dh_clean

View file

@ -33,3 +33,5 @@ clean:
serve: venv
venv/bin/mkdocs serve
debian: LdapSaisie.html