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 0b55aba83649c7fcb879adc6040626253cb1427d
parent e7300715171b5b327785e5d94a1b47b8e059f8f1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 18 Feb 2022 16:13:32 +0100

solstice: update the publish target

Diffstat:
Msolstice/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solstice/Makefile b/solstice/Makefile @@ -79,11 +79,11 @@ build: .sig .man build_all: $(HTML) man publish: build - rsync -avzr \ + rsync -avzrR --delete-after \ $(HTML) \ $(IMG) \ downloads \ - man \ + $$(find man -name "*.html") \ ${REMOTE}/solstice/ clean: