You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
488 B
13 lines
488 B
diff -rupN Pillow-8.0.0/docs/Makefile Pillow-8.0.0-new/docs/Makefile
|
|
--- Pillow-8.0.0/docs/Makefile 2020-10-14 18:02:53.000000000 +0200
|
|
+++ Pillow-8.0.0-new/docs/Makefile 2020-10-15 22:52:19.990771090 +0200
|
|
@@ -42,7 +42,7 @@ clean:
|
|
-rm -rf $(BUILDDIR)/*
|
|
|
|
html:
|
|
- $(SPHINXBUILD) -b html -W --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
|
+ $(SPHINXBUILD) -b html --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
|
@echo
|
|
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
|
|