Skip to content

Commit ca68d1c

Browse files
committed
Utilities: Fixed gen_pack.bat to copy genmodel (Javadoc) as part of Zone documentation.
1 parent d3be144 commit ca68d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMSIS/Utilities/gen_pack.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ REM copy /Y Doxygen_Templates\search.css ..\Documentation\SVD\html\search\.
173173
copy /Y Doxygen_Templates\search.css ..\Documentation\DSP\html\search\.
174174
copy /Y Doxygen_Templates\search.css ..\Documentation\DAP\html\search\.
175175
copy /Y Doxygen_Templates\search.css ..\Documentation\NN\html\search\.
176-
176+
xcopy /E /I /Q /Y Zone\genmodel ..\Documentation\Zone\genmodel
177+
177178
ECHO.
178179
POPD
179180

0 commit comments

Comments
 (0)