``` make: Nothing to be done for `doc'. ``` That's because `doc` refers just to the directory of that name. The `PHONY` docs target is named `docs`. I don't know what exactly to do about this, but it's confusing.
That's because
docrefers just to the directory of that name. ThePHONYdocs target is nameddocs.I don't know what exactly to do about this, but it's confusing.