Signed-off-by: Shawn Wells <[email protected]>
---
 docs/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 4ebb8f9..5787389 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -39,17 +39,17 @@ update_site:
 
 user_guide:
        cd User_Guide/ \
-       && publican build --publish --formats html,html-single,epub --embedtoc 
--langs en-US \
+       && publican build --embedtoc --formats html,html-single,epub --embedtoc 
--langs en-US --publish \
        && publican install_book --site_config ../$(SITE_CONFIG) --lang en-US
 
 developer_guide:
        cd Developer_Guide/ \
-       && publican build --publish --formats html,html-single,epub --embedtoc 
--langs en-US \
+       && publican build --embedtoc --formats html,html-single,epub --embedtoc 
--langs en-US --publish \
        && publican install_book --site_config ../$(SITE_CONFIG) --lang en-US
 
 workshop:
        cd SCAP_and_STIG_Workshop/ \
-       && publican build --publish --formats html,html-single,epub --embedtoc 
--langs en-US \
+       && publican build --embedtoc --formats html,html-single,epub --embedtoc 
--langs en-US --publish \
        && publican install_book --site_config ../$(SITE_CONFIG) --lang en-US
 
 clean:
-- 
1.7.1

_______________________________________________
scap-security-guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide

Reply via email to