commit 9ab0b456bbc15e1e5319ad6247aa8282c8068f48 parent 5daf2f8654103819545849ed94370c48eac48821 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Feb 2022 14:42:30 +0100 htrdr: small upd of the [dist]clean & publish Makefile targets Diffstat:
| M | htrdr/Makefile | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -97,11 +97,13 @@ 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 \ + @echo "Cleaning PGP signatures and extracted files" + @rm -f \ $(ATMSPK_SIG) \ $(ATMSPK_README) \ $(COMSPK_SIG) \ @@ -111,7 +113,7 @@ distclean: clean publish: build - rsync -avzrR --delete-after \ + @rsync -avzrR --delete-after --progress\ downloads/gas_opt_prop_en.pdf\ $(HTML)\ $(IMG)\