X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile.am;h=8c3ffd6dff864218ef54bf003d76b524fdd3fc36;hb=3e3bed0b402c2ec2aef9e1282a7c654341301590;hp=e882d682f082e30bc23dfbca0bef8269584b3bbe;hpb=e02b8fb02de5358bf86f06c4f3430a3bdfcc65f7;p=cascardo%2Fovs.git diff --git a/Makefile.am b/Makefile.am index e882d682f..8c3ffd6df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ docs = \ INSTALL.Libvirt.md \ INSTALL.NetBSD.md \ INSTALL.RHEL.md \ + INSTALL.SELinux.md \ INSTALL.SSL.md \ INSTALL.XenServer.md \ INSTALL.userspace.md \ @@ -370,6 +371,7 @@ flake8-check: $(FLAKE8_PYFILES) flake8 $^ --ignore=E121,E123,E125,E126,E127,E128,E129,E131,W503,F811,D,H ${FLAKE8_FLAGS}; then \ touch $@; else exit 1; fi endif +CLEANFILES += flake8-check include $(srcdir)/manpages.mk $(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.pl @@ -431,3 +433,4 @@ include datapath-windows/automake.mk include datapath-windows/include/automake.mk include windows/automake.mk include ovn/automake.mk +include selinux/automake.mk