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 529abe018fa1082def45f72621d3f9b5e7f6f4b4
parent c2b12c5bf7223532c9912318407d203da38ee9b2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Feb 2022 16:11:36 +0100

solstice: update the install Makefile targets

Does not install the whole directory. Explicitly list its file to install.

Diffstat:
Msolstice/Makefile | 15++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/solstice/Makefile b/solstice/Makefile @@ -93,11 +93,16 @@ distclean: clean $(SOLSTICE_README) install: build - @rsync -avzrR --delete-after --progress \ - $(HTML) \ - $(IMG) \ - downloads \ - $$(find man -name "*.html") \ + @rsync -avzrR --delete-after --progress\ + $(HTML)\ + $(IMG)\ + $(SOLSTICE_PKG)\ + $(SOLSTICE_SIG)\ + $(SOLPP_PKG)\ + $(SOLPP_SIG)\ + downloads/Solstice-ABG.pdf\ + downloads/Solstice-ABG-rsrc.zip\ + $$(find man -name "*.html")\ $(PREFIX)/solstice/ solstice_build.sh: ../meso-menu.sh