From 9add33341acddfb0c514aad8795e64779327cc9f Mon Sep 17 00:00:00 2001 From: Daniel Garrett Date: Thu, 26 May 2022 09:15:11 -0600 Subject: [PATCH] fixing user manual build with make_docs.bat on Windows --- doc/make_docs.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/make_docs.bat b/doc/make_docs.bat index b7e11e9e..e77e6115 100644 --- a/doc/make_docs.bat +++ b/doc/make_docs.bat @@ -25,14 +25,14 @@ pdflatex -interaction=nonstopmode HERON_user_manual.tex pdflatex -interaction=nonstopmode HERON_user_manual.tex cd .. ECHO moving user manual to pdf folder -COPY /Y build\HERON_user_manual.pdf pdf\HERON_user_manual.pdf -COPY /Y pdf\HERON_user_manual.pdf ..\pdfs\HERON_user_manual.pdf +COPY /Y build\HERON_user_manual.pdf ..\pdfs\HERON_user_manual.pdf ECHO User manual build complete. ECHO Cleaning build -RD /S/Q build pdf +RD /S/Q build ECHO Done with user manual cd .. ECHO User manual can be found in %cd%\pdfs +PAUSE ECHO Building Software Quality Assurance documents ... cd sqa