all: $(subst text,indx,$(wildcard *text))

%indx: %text
	../../bin/mkindx $*
