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 dea91b79d8270f314dc68414a48e798c2869e457
parent 1ad0147d28801fdd2a33e54793bc0aaef20409bc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 22 Feb 2022 10:44:17 +0100

htrdr: fix the publish Makefile target

Diffstat:
Mhtrdr/Makefile | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -98,8 +98,7 @@ build_all: $(HTML) man clean: rm -rf man - rm -f .sig .chk .man \ - $(HTML) + rm -f .sig .chk .man $(HTML) distclean: clean rm -f \ @@ -107,19 +106,21 @@ distclean: clean $(ATMSPK_README) \ $(COMSPK_SIG) \ $(COMSPK_README) \ - $(HTRDR_README) + $(HTRDR_README) \ + $(MAN) + publish: build rsync -avzrR --delete-after \ downloads/gas_opt_prop_en.pdf\ $(HTML)\ $(IMG)\ - $(find man -name "*.html")\ + $$(find man -name "*.html")\ $(ATMSPK_PKG)\ $(ATMSPK_SIG)\ $(COMSPK_PKG)\ $(COMSPK_SIG)\ - $(REMOTE) + $(REMOTE)/htrdr/ htrdr_build.sh: ../meso-menu.sh @touch $@