702a994def
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-pillow.git#c46f189dedd51e9495b011b6a89ba4e3be72c5bf
13 lines
505 B
Diff
13 lines
505 B
Diff
diff -rupN --no-dereference Pillow-8.0.1/docs/Makefile Pillow-8.0.1-new/docs/Makefile
|
|
--- Pillow-8.0.1/docs/Makefile 2020-10-22 17:05:53.000000000 +0200
|
|
+++ Pillow-8.0.1-new/docs/Makefile 2020-10-23 13:59:47.536824451 +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."
|
|
|