diff --git a/debian/ldapsaisie.docs b/debian/ldapsaisie.docs index 6eab3dd5..0b8b651c 100644 --- a/debian/ldapsaisie.docs +++ b/debian/ldapsaisie.docs @@ -1,2 +1,2 @@ lsexample -doc/exports/html/debian/LdapSaisie.html +doc/LdapSaisie.html diff --git a/debian/rules b/debian/rules index e08f8f02..2fd08b9f 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/doc/Makefile b/doc/Makefile index 4b855b6d..42d69490 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,3 +33,5 @@ clean: serve: venv venv/bin/mkdocs serve + +debian: LdapSaisie.html