commit 9c0f4fb529d301fd8788cf9967746f6d2b3f07f8 parent 230c75dc404a6a0e3184c75027c34c486ca32fef Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 19 May 2022 15:36:10 +0200 htrdr: add the missing urban images to the htrdr Makefile Diffstat:
| M | htrdr/Makefile | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -84,7 +84,12 @@ COMSPK_IMG=\ dummy_medium.jpg\ dummy_medium_clipped.jpg -IMG=$(OVERVIEW_IMG) $(ATMSPK_IMG) $(COMSPK_IMG) +MODS_IMG=\ + mods/Rendering_icif_district_spp200.jpg\ + mods/Ebudget_Streetcanyon_Broadband.svg\ + mods/MRT_map_icif_district_day.svg + +IMG=$(OVERVIEW_IMG) $(ATMSPK_IMG) $(COMSPK_IMG) $(MODS_IMG) HTML=\ htrdr.html\ htrdr-atmosphere-spk.html\ @@ -184,7 +189,7 @@ $(COMSPK_README): ################################################################################ # Mods ################################################################################ -htrdr-mods.html: mods/htrdr-urban.html.in htrdr_build.sh +htrdr-mods.html: mods/htrdr-urban.html.in htrdr_build.sh $(MODS_IMG) @echo "Building $@" @$(SHELL) htrdr_build.sh mods > $@