mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-21 17:39:09 +01:00
debian: fix building doc
This commit is contained in:
parent
c60730f25c
commit
0a98056be9
3 changed files with 4 additions and 2 deletions
2
debian/ldapsaisie.docs
vendored
2
debian/ldapsaisie.docs
vendored
|
@ -1,2 +1,2 @@
|
|||
lsexample
|
||||
doc/exports/html/debian/LdapSaisie.html
|
||||
doc/LdapSaisie.html
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
|
|
@ -33,3 +33,5 @@ clean:
|
|||
|
||||
serve: venv
|
||||
venv/bin/mkdocs serve
|
||||
|
||||
debian: LdapSaisie.html
|
||||
|
|
Loading…
Reference in a new issue