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 786d77dd1c34235256691ad4c87902e4cac75478
parent 1fcc05aa7b3cd5805130ce2fb6ac993da8c16e2a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 12 Jul 2021 16:03:44 +0200

Fix the htrdr Makefile

Diffstat:
Mhtrdr/Makefile | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -17,6 +17,11 @@ HTRDR-VERSION=0.7.0 HTRDR-ATMOSPHERE-STARTER-PACK-VERSION=0.6.1 SRC = htrdr.html.in htrdr-docs.html.in htrdr.sh +HTML = \ + htrdr.html \ + htrdr-atmosphere-spk.html \ + htrdr-combustion-spk.html \ + htrdr-docs.html IMG = \ city.jpg \ CLEMENT.jpg \ @@ -36,8 +41,8 @@ all: ${SRC} @bash htrdr.sh ${HTRDR-VERSION} ${HTRDR-ATMOSPHERE-STARTER-PACK-VERSION} publish: - rsync -avzr htrdr.html starter-pack.html ${IMG} downloads man ${REMOTE}/htrdr/ + rsync -avzr ${HTML} ${IMG} downloads man ${REMOTE}/htrdr/ clean: - rm -rf htrdr.html htrdr-docs.html starter-pack.html downloads/*.sig man + rm -rf ${HTML} downloads/*.sig man