do not index vendor files

This commit is contained in:
Frédéric Péters 2009-04-09 11:37:16 +00:00
parent 3b97eab2bf
commit e66c407646
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
POFILES=$(wildcard *.po)
MOFILES=$(POFILES:.po=.mo)
PYFILES=$(shell find ../wcs -name '*.py' -or -name '*.ptl')
PYFILES=$(shell find ../wcs -name '*.py' -or -name '*.ptl' | grep -v vendor)
all: $(MOFILES)