a72aa4b4e6
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#b833376a9cd288710fb03c89716b30cee184e99f
13 lines
505 B
Diff
13 lines
505 B
Diff
diff -rupN --no-dereference Pillow-8.1.2/docs/Makefile Pillow-8.1.2-new/docs/Makefile
|
|
--- Pillow-8.1.2/docs/Makefile 2021-03-06 03:38:55.000000000 +0100
|
|
+++ Pillow-8.1.2-new/docs/Makefile 2021-03-06 11:02:15.734978352 +0100
|
|
@@ -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."
|
|
|