all	: minimalgls.aux minimalgls-xindy.aux \
	order-word.aux order-letter.aux \
	order-word-xindy.aux order-letter-xindy.aux

minimalgls.aux	: minimalgls.tex
		pdflatex minimalgls

minimalgls-xindy.aux	: minimalgls-xindy.tex
		pdflatex minimalgls-xindy

order-word.aux	: order-word.tex
		pdflatex order-word

order-letter.aux	: order-letter.tex
		pdflatex order-letter

order-word-xindy.aux	: order-word-xindy.tex
		pdflatex order-word-xindy

order-letter-xindy.aux	: order-letter-xindy.tex
		pdflatex order-letter-xindy

clean	:
	\rm -f *.{aux,glo,gls,glg,ist,xdy,log,out,pdf,acr,acn,alg}
