Revision 3582eef6 Makefile.am

b/Makefile.am
802 802
lint: $(BUILT_SOURCES)
803 803
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
804 804
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
805
	cd $(top_srcdir)/qa && \
806
	  PYTHONPATH=$(abs_top_srcdir) $(PYLINT) $(LINT_OPTS) \
807
	  --rcfile  ../pylintrc $(patsubst qa/%.py,%,$(qa_scripts))
805 808

  
806 809
# a dist hook rule for updating the vcs-version file; this is
807 810
# hardcoded due to where it needs to build the file...

Also available in: Unified diff