From: Darafei Praliaskouski Date: Sun, 15 Jul 2018 19:15:48 +0000 (+0000) Subject: Disable parallel doc image generation X-Git-Tag: 2.5.0beta2~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cdd21b52f2b0b2edb84da142dd5420cf6c404ee;p=postgis 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@freenode by Myon (Christoph Berg). git-svn-id: http://svn.osgeo.org/postgis/trunk@16646 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in index fbaba3ede..fa7fb090d 100644 --- a/doc/html/image_src/Makefile.in +++ b/doc/html/image_src/Makefile.in @@ -205,3 +205,4 @@ distclean: clean images-clean: rm -f $(IMAGES) $(IMAGES_RESIZED) +.NOTPARALLEL: