]> granicus.if.org Git - postgis/commitdiff
Disable parallel doc image generation
authorDarafei Praliaskouski <me@komzpa.net>
Sun, 15 Jul 2018 19:15:48 +0000 (19:15 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Sun, 15 Jul 2018 19:15:48 +0000 (19:15 +0000)
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

doc/html/image_src/Makefile.in

index fbaba3ede9d9a541dcbcf57f3ce4579d4b62656f..fa7fb090d2e70bb9e52a55b811a7ea8a56dbf934 100644 (file)
@@ -205,3 +205,4 @@ distclean: clean
 images-clean:
        rm -f $(IMAGES) $(IMAGES_RESIZED)
 
+.NOTPARALLEL: