From af14c5f502c267f92a3a5b656f697745f2b48d5a Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 16 Nov 2024 17:29:30 -0800 Subject: [PATCH] doc: Increase PNG conversion image quality --- doc/contributing/Makefile | 3 +++ doc/installation/Makefile | 3 +++ doc/manual/Makefile | 2 +- doc/models/Makefile | 2 +- doc/tutorial/Makefile | 3 +++ src/antenna/doc/Makefile | 2 +- src/buildings/doc/Makefile | 2 +- 7 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/contributing/Makefile b/doc/contributing/Makefile index 7c010f98a..14b89193f 100644 --- a/doc/contributing/Makefile +++ b/doc/contributing/Makefile @@ -1,5 +1,8 @@ # Makefile for Sphinx documentation # +EPSTOPDF = epstopdf +DIA = dia +CONVERT = convert -density 300 # You can set these variables from the command line. SPHINXOPTS = -W --keep-going diff --git a/doc/installation/Makefile b/doc/installation/Makefile index fb92c7e7c..85e3da751 100644 --- a/doc/installation/Makefile +++ b/doc/installation/Makefile @@ -1,5 +1,8 @@ # Makefile for Sphinx documentation # +EPSTOPDF = epstopdf +DIA = dia +CONVERT = convert -density 300 # You can set these variables from the command line. SPHINXOPTS = -W --keep-going diff --git a/doc/manual/Makefile b/doc/manual/Makefile index b0a413e61..e06c24f2b 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -1,6 +1,6 @@ EPSTOPDF = epstopdf DIA = dia -CONVERT = convert +CONVERT = convert -density 300 SRC = ../../src # Temporary source directory, for build diff --git a/doc/models/Makefile b/doc/models/Makefile index e3a8a2dbe..5b3403568 100644 --- a/doc/models/Makefile +++ b/doc/models/Makefile @@ -1,6 +1,6 @@ EPSTOPDF = epstopdf DIA = dia -CONVERT = convert +CONVERT = convert -density 300 SRC = ../../src # Temporary source directory, for build diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile index fb92c7e7c..85e3da751 100644 --- a/doc/tutorial/Makefile +++ b/doc/tutorial/Makefile @@ -1,5 +1,8 @@ # Makefile for Sphinx documentation # +EPSTOPDF = epstopdf +DIA = dia +CONVERT = convert -density 300 # You can set these variables from the command line. SPHINXOPTS = -W --keep-going diff --git a/src/antenna/doc/Makefile b/src/antenna/doc/Makefile index 5de021d3a..cc68d7813 100644 --- a/src/antenna/doc/Makefile +++ b/src/antenna/doc/Makefile @@ -1,6 +1,6 @@ EPSTOPDF = epstopdf DIA = dia -CONVERT = convert +CONVERT = convert -density 300 SOURCE = source FIGURES = $(SOURCE)/figures diff --git a/src/buildings/doc/Makefile b/src/buildings/doc/Makefile index 06744f2ce..a1859680b 100644 --- a/src/buildings/doc/Makefile +++ b/src/buildings/doc/Makefile @@ -1,6 +1,6 @@ EPSTOPDF = epstopdf DIA = dia -CONVERT = convert +CONVERT = convert -density 300 SOURCE = source FIGURES = $(SOURCE)/figures