Skip to content

Commit 5ec2113

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 5ec2113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)