commit 838b9d0d99c8f919f6e0939917306af67e35dd57 parent 2ea176ebb6db280c0bf63df585f3cb2b2864e02d Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Feb 2022 14:43:33 +0100 schiff: small upd of the [dist]clean & publish Makefile targets Diffstat:
| M | schiff/Makefile | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/schiff/Makefile b/schiff/Makefile @@ -45,14 +45,16 @@ build: .sig .man build_all: $(HTML) man clean: - rm -rf man - rm -f .sig .chk .man $(HTML) $(HTML:=.err) + @echo "Cleaning generated files" + @rm -rf man + @rm -f .sig .chk .man $(HTML) $(HTML:=.err) distclean: clean - rm -f $(MAN) $(SCHIFF_README) $(SCHIFF_SIG) + @echo "Cleaning PGP signatures and extracted files" + @rm -f $(MAN) $(SCHIFF_README) $(SCHIFF_SIG) publish: build - rsync -avzrR --delete-after \ + @rsync -avzrR --delete-after --progress \ downloads/schiff_pretty_results.sh\ $(HTML)\ $(IMG)\