Skip to content

Commit 3876d4b

Browse files
committed
Fixed pack generator to remove the documentation folder
1 parent f2baba6 commit 3876d4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Utilities/gen_pack.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ XCOPY /Q /S /Y .\..\Demo\*.* %RELEASE_PATH%\Demo\*.*
6363
:: Copy Source folder
6464
XCOPY /Q /S /Y .\..\Source\*.* %RELEASE_PATH%\Source\*.*
6565

66+
:: Remove generated doxygen files
67+
RMDIR /S /Q ..\CMSIS\Documentation
6668

6769
:: Checking
6870
:: Silencing warnings that are irrelevant in the context (M324, M382, M363)

0 commit comments

Comments
 (0)