TL;DR
In your SConstruct file, add the tools keyword argument to
Environment and DefaultEnvironment initialization to explicitly
specify the tools needed in your project. It saves a lot of time.
The Story
My resume was written in LaTeX and convert to PDF using a
handwritten Makefile, of which I ...
There are comments.