meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 691b66a965eb6319e74c6af146133f28a7da21d2
parent 0b55aba83649c7fcb879adc6040626253cb1427d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 18 Feb 2022 16:14:14 +0100

stardis: Fix the starter-pack.html Makefile target

Diffstat:
Mstardis/Makefile | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/stardis/Makefile b/stardis/Makefile @@ -68,7 +68,7 @@ STARTER_PACK_IMG=\ IR_rendering_1080x720x128.jpg\ IR_animation_1080x720x32x128.gif\ IR_animation_1080x720x32x128_thumb.gif\ - IR_city_640x480x1024_273.png + IR_city_640x480x1024_273-275.png HTML=\ consortium-fr.html\ @@ -164,10 +164,12 @@ $(STARDIS_ARCH_FILES): ################################################################################ # Starter pack web pages ################################################################################ -starter-pack.html: $(STARTER_PACK_SIG)\ - $(STARTER_PACK_README)\ - stardis_build.sh\ - ../meso-menu.sh\ +starter-pack.html: \ + $(STARTER_PACK_IMG) \ + $(STARTER_PACK_SIG) \ + $(STARTER_PACK_README) \ + stardis_build.sh \ + ../meso-menu.sh \ Makefile @echo "Building $@" @sh stardis_build.sh starter_pack $(STARTER_PACK_README) $(STARTER_PACK_VERSION)