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 c1c7f469d131fd8c1ea9fa0995a91b25b8a0db5d
parent b6606798f5ddaf59650dd0892d383d718af8dd15
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Feb 2022 14:45:46 +0100

star-engine: small upd of the [dist]clean & publish Makefile targets

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

diff --git a/star-engine/Makefile b/star-engine/Makefile @@ -108,13 +108,15 @@ build: .sig build_all: $(HTML) clean: - rm -f $(HTML) $(HTML:=.err) + @echo "Cleaning generated files" + @rm -f $(HTML) $(HTML:=.err) .sig .chk distclean: clean - rm -f $(STAR_ENGINE_SIG) + @echo "Cleaning PGP signatures" + @rm -f $(STAR_ENGINE_SIG) publish: build - rsync -avzrR --delete-after \ + @rsync -avzrR --delete-after --progress \ $(HTML)\ $(IMG)\ $(STAR_ENGINE_PKG)\