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

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

Diffstat:
Mstardis/Makefile | 38++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/stardis/Makefile b/stardis/Makefile @@ -83,30 +83,32 @@ build: .sig .man build_all: $(HTML) man clean: - rm -rf man \ - rm -f .sig .man .chk \ - stardis-release-notes.html.in \ - stardis-green-release-notes.html.in \ - stardis-solver-release-notes.html.in \ - $(HTML) \ + @echo "Cleaning generated files" + @rm -rf man + @rm -f .sig .man .chk\ + stardis-release-notes.html.in\ + stardis-green-release-notes.html.in\ + stardis-solver-release-notes.html.in\ + $(HTML)\ $(HTML:=.err) -publish: build - rsync -avzrR --delete-after \ - $(HTML) \ - $(OVERVIEW_IMG) \ - $(STARTER_PACK_IMG) \ - downloads \ - $$(find man -name "*.html") \ - $(REMOTE)/stardis/ - distclean: clean - rm -f \ + @echo "Cleaning PGP signatures and extracted files" + @rm -f \ $(STARDIS_SIG)\ - $(STARTER_PACK_SIG) \ - $(STARDIS_ARCH_FILES) \ + $(STARTER_PACK_SIG)\ + $(STARDIS_ARCH_FILES)\ $(STARTER_PACK_README) +publish: build + @rsync -avzrR --delete-after --progress\ + $(HTML)\ + $(OVERVIEW_IMG)\ + $(STARTER_PACK_IMG)\ + downloads\ + $$(find man -name "*.html")\ + $(REMOTE)/stardis/ + stardis_build.sh: ../meso-menu.sh @touch $@