From ab87cd327aa4fcebd729547b0bca5154fa6f3a53 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 4 Mar 2013 19:11:23 +0100 Subject: [PATCH] use custom *.py file lists [ci skip] --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index afaeada54..43530d10d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ HOMEPAGE:=$(HOME)/public_html/$(LAPPNAME)-webpage.git DEBUILDDIR:=$(HOME)/projects/debian/official DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION) -PY_FILES_DIRS := dosage dosagelib scripts tests PY2APPOPTS ?= # Default pytest options # Note that using -n silently swallows test creation exceptions like @@ -110,10 +109,10 @@ doccheck: *.py pyflakes: - pyflakes $(PY_FILES_DIRS) + pyflakes dosage *.py dosagelib scripts tests count: - @sloccount $(PY_FILES_DIRS) + @sloccount dosage dosagelib/*.py clean: find . -name \*.pyc -delete