tueda / makefile4latex

A GNU Makefile for typesetting LaTeX documents.
MIT License
26 stars 3 forks source link

WATCH_TARGET to specify the targets to watch #40

Open tueda opened 1 year ago

tueda commented 1 year ago

Currently, make watch tries to auto-update all target documents in the directory. Introduce WATCH_TARGET to watch only for specific files.

Example:

make watch WATCH_TARGET=foo.pdf