mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Makefile.am: add doclint to fastcheck
Add doclint to fastcheck so that documentation syntax issues are caught sooner (before they hit CI). Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
974395704a
commit
51d15176a4
10
Makefile.am
10
Makefile.am
@ -327,6 +327,16 @@ yamllint:
|
||||
done; \
|
||||
echo "-----------"
|
||||
|
||||
# Build & lint documentation.
|
||||
#
|
||||
.PHONY: doclint
|
||||
doclint:
|
||||
@echo -e "\nBuild and lint documentation";
|
||||
@echo "-----------";
|
||||
@$(MAKE) -C $(srcdir)/doc/ clean;
|
||||
@$(MAKE) -C $(srcdir)/doc/ html;
|
||||
@echo "-----------"
|
||||
|
||||
# Run pylint for all python files. Finds all python files/packages, skips
|
||||
# folders rpmbuild, freeipa-* and dist. Skip (match, but don't print) .*,
|
||||
# *.in, *~. Finally print all python files, including scripts that do not
|
||||
|
Loading…
Reference in New Issue
Block a user