[postgis-tickets] r16646 - Disable parallel doc image generation
Darafei
komzpa at gmail.com
Sun Jul 15 12:15:48 PDT 2018
Author: komzpa
Date: 2018-07-15 12:15:48 -0700 (Sun, 15 Jul 2018)
New Revision: 16646
Modified:
trunk/doc/html/image_src/Makefile.in
Log:
Disable parallel doc image generation
generator.c reuses same tmp[0-9].png intermediate files and corrupts images in debian packaged documentation.
Reported on #postgresql-apt at freenode by Myon (Christoph Berg).
Modified: trunk/doc/html/image_src/Makefile.in
===================================================================
--- trunk/doc/html/image_src/Makefile.in 2018-07-14 22:00:33 UTC (rev 16645)
+++ trunk/doc/html/image_src/Makefile.in 2018-07-15 19:15:48 UTC (rev 16646)
@@ -205,3 +205,4 @@
images-clean:
rm -f $(IMAGES) $(IMAGES_RESIZED)
+.NOTPARALLEL:
More information about the postgis-tickets
mailing list