From 3ebca5b820a4d80474bf0e7cf376c95c53acf344 2017-11-20 18:36:41 From: J Forde Date: 2017-11-20 18:36:41 Subject: [PATCH] Update README.rst Adding more specificity based on @douglatornell 's request --- diff --git a/docs/README.rst b/docs/README.rst index 3c3448a..c7e55ed 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -56,9 +56,9 @@ To save time, the make targets above only proceess the files that have been changed since the previous docs build. To remove the previous docs build you can use ``make clean``. -You can also combine ``clean`` with other targets, +You can also combine ``clean`` with other `make` commands; for example, -``make clean html`` will do a complete rebuild of the docs. +``make clean html`` will do a complete rebuild of the docs or `make clean pdf` will do a complete build of the pdf. Continuous Integration