forked from wtf-eg/handbuch-gen
fix: cleanup html build
This commit is contained in:
parent
afac6e13fa
commit
1074512e25
10
Makefile
10
Makefile
@ -26,6 +26,16 @@ clean:
|
|||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
$(MAKE) singlehtml epub latexpdf
|
$(MAKE) singlehtml epub latexpdf
|
||||||
|
rm build/singlehtml/_static/base-stemmer.js
|
||||||
|
rm build/singlehtml/_static/basic.css
|
||||||
|
rm build/singlehtml/_static/css/badge_only.css
|
||||||
|
rm build/singlehtml/_static/epub_cover.png
|
||||||
|
rm build/singlehtml/_static/german-stemmer.js
|
||||||
|
rm build/singlehtml/_static/jquery-3.5.1.js
|
||||||
|
rm build/singlehtml/_static/language_data.js
|
||||||
|
rm build/singlehtml/_static/searchtools.js
|
||||||
|
rm build/singlehtml/_static/underscore-1.13.1.js
|
||||||
|
rm build/singlehtml/_static/wtf_coop_header.png
|
||||||
|
|
||||||
bundle: sphinx
|
bundle: sphinx
|
||||||
-mkdir bundle
|
-mkdir bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user