On 2019-Mar-27, Peter Eisentraut wrote: > doc: Add some images > > Add infrastructure for having images in the documentation, in SVG > format. Add two images to start with. See the included README file > for instructions.
I think you need something like the attached. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 0d0db18ff89..ac742d600ad 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -28,8 +28,10 @@ include $(top_builddir)/src/Makefile.global all: html man -distprep: html distprep-man +distprep: distprep-images html distprep-man +distprep-images: + $(MKDIR_P) images ifndef DBTOEPUB DBTOEPUB = $(missing) dbtoepub