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 db8b31efcb52748dffa606ffa506f4e7635da1a4
parent c4f0eeedbfb21f932e271f08545cee86c4b561ab
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Feb 2022 14:40:44 +0100

art: small upd of the [dist]clean & publish Makefile targets

Diffstat:
Mart/Makefile | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/art/Makefile b/art/Makefile @@ -56,13 +56,15 @@ build: .sig build_all: $(ART_SIG) $(HTML) clean: - rm -f $(HTML) $(HTML:=.err) + @echo "Cleaning generated files" + @rm -f $(HTML) $(HTML:=.err) .sig .chk distclean: clean - rm -f $(ART_SIG) + @echo "Cleaning PGP signatures" + @rm -f $(ART_SIG) publish: build - rsync -avzrR --delete-after \ + @rsync -avzrR --delete-after --progress \ $(HTML) $(IMG) $(ART_FILES) $(ART_PKG) $(ART_SIG) $(REMOTE)/art/ art_build.sh: ../meso-menu.sh