#--*- Makefile -*--

#*
# Call 'texmaker' with TEXINPUTS and other variables set by Make.
#**

.PHONY: texmaker

texmaker:
	TEXINPUTS=${TEXINPUTS} \
	BIBINPUTS=${BIBINPUTS} \
	BSTINPUTS=${BSTINPUTS} \
	texmaker ${TEX_FILES} &> /dev/null &
