Currently, `make watch` tries to auto-update all target documents in the directory. Introduce `WATCH_TARGET` to watch only for specific files. Example: ```shell make watch WATCH_TARGET=foo.pdf ```
Currently,
make watchtries to auto-update all target documents in the directory. IntroduceWATCH_TARGETto watch only for specific files.Example: