X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/a4ccecf606d61375f18d3acbd416bbcc1f7a2a7c..7ca2d4d838c6cb4dd0011523552ace2296c89bc1:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 458545f..029d751 100644 --- a/Makefile.am +++ b/Makefile.am @@ -232,6 +232,7 @@ docrst = \ doc/design-2.1.rst \ doc/design-2.2.rst \ doc/design-2.3.rst \ + doc/design-2.4.rst \ doc/design-oob.rst \ doc/design-query2.rst \ doc/cluster-merge.rst \ @@ -802,6 +803,9 @@ check-local: check-dirs lint: $(BUILT_SOURCES) @test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; } $(PYLINT) $(LINT_OPTS) $(lint_python_code) + cd $(top_srcdir)/qa && \ + PYTHONPATH=$(abs_top_srcdir) $(PYLINT) $(LINT_OPTS) \ + --rcfile ../pylintrc $(patsubst qa/%.py,%,$(qa_scripts)) # a dist hook rule for updating the vcs-version file; this is # hardcoded due to where it needs to build the file...