Refs #563. Added individual sub-directories for user manuals and reference manuals to improve the organization of the documentation.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@539 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-07-18 10:07:56 +00:00
parent bcc4f44a0c
commit f766791c27
8 changed files with 16 additions and 20 deletions

View File

@ -3,9 +3,8 @@
:: - DoxyGen (doxygen.exe)
:: - Graphviz (dot.exe)
:: - MikTex (pdflatex.exe)
if exist ..\RM_BootCommander.pdf del ..\RM_BootCommander.pdf
if exist ..\RM_BootCommander.chm del ..\RM_BootCommander.chm
if exist ..\ReferenceManuals\RM_BootCommander.pdf del ..\ReferenceManuals\RM_BootCommander.pdf
doxygen.exe DoxyfileBootCommander
call .\output\BootCommander\latex\make.bat
call copy .\output\BootCommander\latex\refman.pdf ..\RM_BootCommander.pdf
call copy .\output\BootCommander\latex\refman.pdf ..\ReferenceManuals\RM_BootCommander.pdf

View File

@ -11,9 +11,9 @@
# texlive-latex-extra
# On openSUSE based systems: sudo zypper install make doxygen graphviz texlive-latex
# texlive-tabu texlive-tocloft
rm -rf ../RM_BootCommander.pdf
rm -rf ../ReferenceManuals/RM_BootCommander.pdf
doxygen DoxyfileBootCommander
cd output/BootCommander/latex/
make
cp refman.pdf ../../../../RM_BootCommander.pdf
cp refman.pdf ../../../../ReferenceManuals/RM_BootCommander.pdf
cd ../../../

View File

@ -3,9 +3,8 @@
:: - DoxyGen (doxygen.exe)
:: - Graphviz (dot.exe)
:: - MikTex (pdflatex.exe)
if exist ..\RM_LibOpenBLT.pdf del ..\RM_LibOpenBLT.pdf
if exist ..\RM_LibOpenBLT.chm del ..\RM_LibOpenBLT.chm
if exist ..\ReferenceManuals\RM_LibOpenBLT.pdf del ..\ReferenceManuals\RM_LibOpenBLT.pdf
doxygen.exe DoxyfileLibOpenBLT
call .\output\LibOpenBLT\latex\make.bat
call copy .\output\LibOpenBLT\latex\refman.pdf ..\RM_LibOpenBLT.pdf
call copy .\output\LibOpenBLT\latex\refman.pdf ..\ReferenceManuals\RM_LibOpenBLT.pdf

View File

@ -11,9 +11,9 @@
# texlive-latex-extra
# On openSUSE based systems: sudo zypper install make doxygen graphviz texlive-latex
# texlive-tabu texlive-tocloft
rm -rf ../RM_LibOpenBLT.pdf
rm -rf ../ReferenceManuals/RM_LibOpenBLT.pdf
doxygen DoxyfileLibOpenBLT
cd output/LibOpenBLT/latex/
make
cp refman.pdf ../../../../RM_LibOpenBLT.pdf
cp refman.pdf ../../../../ReferenceManuals/RM_LibOpenBLT.pdf
cd ../../../

View File

@ -3,9 +3,8 @@
:: - DoxyGen (doxygen.exe)
:: - Graphviz (dot.exe)
:: - MikTex (pdflatex.exe)
if exist ..\RM_OpenBLT.pdf del ..\RM_OpenBLT.pdf
if exist ..\RM_OpenBLT.chm del ..\RM_OpenBLT.chm
if exist ..\ReferenceManuals\RM_OpenBLT.pdf del ..\ReferenceManuals\RM_OpenBLT.pdf
doxygen.exe DoxyfileOpenBLT
call .\output\OpenBLT\latex\make.bat
call copy .\output\OpenBLT\latex\refman.pdf ..\RM_OpenBLT.pdf
call copy .\output\OpenBLT\latex\refman.pdf ..\ReferenceManuals\RM_OpenBLT.pdf

View File

@ -11,9 +11,9 @@
# texlive-latex-extra
# On openSUSE based systems: sudo zypper install make doxygen graphviz texlive-latex
# texlive-tabu texlive-tocloft
rm -rf ../RM_OpenBLT.pdf
rm -rf ../ReferenceManuals/RM_OpenBLT.pdf
doxygen DoxyfileOpenBLT
cd output/OpenBLT/latex/
make
cp refman.pdf ../../../../RM_OpenBLT.pdf
cp refman.pdf ../../../../ReferenceManuals/RM_OpenBLT.pdf
cd ../../../

View File

@ -3,9 +3,8 @@
:: - DoxyGen (doxygen.exe)
:: - Graphviz (dot.exe)
:: - MikTex (pdflatex.exe)
if exist ..\RM_SeedNKey.pdf del ..\RM_SeedNKey.pdf
if exist ..\RM_SeedNKey.chm del ..\RM_SeedNKey.chm
if exist ..\ReferenceManuals\RM_SeedNKey.pdf del ..\ReferenceManuals\RM_SeedNKey.pdf
doxygen.exe DoxyfileSeedNKey
call .\output\SeedNKey\latex\make.bat
call copy .\output\SeedNKey\latex\refman.pdf ..\RM_SeedNKey.pdf
call copy .\output\SeedNKey\latex\refman.pdf ..\ReferenceManuals\RM_SeedNKey.pdf

View File

@ -11,9 +11,9 @@
# texlive-latex-extra
# On openSUSE based systems: sudo zypper install make doxygen graphviz texlive-latex
# texlive-tabu texlive-tocloft
rm -rf ../RM_SeedNKey.pdf
rm -rf ../ReferenceManuals/RM_SeedNKey.pdf
doxygen DoxyfileSeedNKey
cd output/SeedNKey/latex/
make
cp refman.pdf ../../../../RM_SeedNKey.pdf
cp refman.pdf ../../../../ReferenceManuals/RM_SeedNKey.pdf
cd ../../../