Add note on where to run make and make pdf by default to make sure that works

This commit is contained in:
Lyn Perrine 2019-03-17 22:55:10 -07:00
parent efebfa5afe
commit 5abbd45681

View File

@ -55,7 +55,7 @@ Contents
20/foo_bar
```
Then run `make clean && make html` and it should build successfully!
Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully!
## Making changes and seeking your changes to be pulled