mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update to the documentation generation process
Include a doc update too.
This commit is contained in:
10
Utils/Slate Documentation Generator/Generate.bat
Normal file
10
Utils/Slate Documentation Generator/Generate.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
:: Generate the Markdown doc
|
||||
"./bin/SlateDocGenerator2.exe" "../../../MOOSE/Moose Development/Moose" ../../../slate/source
|
||||
|
||||
:: Do some cleanup
|
||||
del /s /q "TreeHierarchySorted.csv"
|
||||
del /s /q "FuctionList.txt"
|
||||
rmdir /s /q "./bin/TEMP"
|
||||
|
||||
:: Copy the Images that go with the documentation
|
||||
robocopy ../../docs/Presentations ../../../slate/source/includes/Pictures /MIR /NJH /NJS
|
||||
Reference in New Issue
Block a user