``` 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.