Skip to content

Commit 0d0065e

Browse files
chore: Minor update to Makefile to clean the example directory. (#4354)
This update addresses the issue of cleaning documentation-generated files. Previously, 'make clean' did not remove all content generated by 'make html'. Additionally, references to these files in flake8 during pre-commit checks have been removed as they are unnecessary and confusing. --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 9409301 commit 0d0065e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/4354.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minor update to Makefile to clean the example directory.

doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ goto end
4747
:clean
4848
echo Cleaning build directories...
4949
rmdir /s /q %BUILDDIR% > NUL 2>&1
50-
del /q %SOURCEDIR%\examples\* > NUL 2>&1
50+
rmdir /s /q %SOURCEDIR%\examples > NUL 2>&1
5151
rmdir /s /q %SOURCEDIR%\api\meshing\datamodel > NUL 2>&1
5252
rmdir /s /q %SOURCEDIR%\api\meshing\tui > NUL 2>&1
5353
rmdir /s /q %SOURCEDIR%\api\solver\datamodel > NUL 2>&1

0 commit comments

Comments
 (0)