From 5abbd456819b2a545a4dc64993e5d970f44034f6 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 17 Mar 2019 22:55:10 -0700 Subject: [PATCH] Add note on where to run make and make pdf by default to make sure that works --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bbb3df8e..9a8a2fc0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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