#--*- Makefile -*-- # Force re-running of the relevant latex and/or bibtex commands: latex: ${MAKE} $(addprefix -W , $(wildcard *.tex)) bibtex: ${MAKE} $(addprefix -W , $(wildcard *.bib */*.bib))