Skip to content

Commit 3d4e583

Browse files
committed
Clean all generated docs
sphinx-build adds it's own Makefile which we need to work around or we can decide to just remove all dirs. This would also remove custom files someone might have put there.
1 parent fff0674 commit 3d4e583

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/jobs/data/codespellignorefiles.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ composer*
2727
./doc/logos
2828
./m4
2929
./webapp/tests/Unit/Fixtures
30+
./doc/manual/Makefile

doc/manual/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ inplace-uninstall-l:
4747
clean-l:
4848
rm -rf build/doctrees build/team/.doctrees
4949
-$(MAKE) -C build/team clean
50+
-rm -f build/html/*.html build/html/.buildinfo build/html/objects.inv build/html/searchindex.js
51+
-rm -rf build/html/_*
52+
-rm -f build/team/*.sty build/team/*.png build/team/*.cls build/team/*.tex build/team/*.xdy
53+
-rm -f DOMjudgelogo.pdf Makefile latexmkjarc latexmkrc make.bat python.ist
5054

5155
maintainer-clean-l:
5256
rm -rf build conf_ref.rst

0 commit comments

Comments
 (0)