commit 211c7f306caf378f3abd5558c92d1dd052aa9b0d
parent a9af70958499071dd615626405951c56d45e9901
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 23 Feb 2022 15:07:09 +0100
Rename the publis Makefile target in install
Diffstat:
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
@@ -53,7 +53,7 @@ check:
printf "\e[1m>>> %s\e[0m\n" $$subdir; \
make -C $${subdir} $@; echo ""; done
-publish: .htaccess
+install: .htaccess
@for subdir in $(SUBDIRS); do \
printf "\e[1m>>> %s\e[0m\n" $$subdir; \
make -C $$subdir $@; echo ""; done
diff --git a/art/Makefile b/art/Makefile
@@ -63,7 +63,7 @@ distclean: clean
@echo "Cleaning PGP signatures"
@rm -f $(ART_SIG)
-publish: build
+install: build
@rsync -avzrR --delete-after --progress \
$(HTML) $(IMG) $(ART_FILES) $(ART_PKG) $(ART_SIG) $(PREFIX)/art/
diff --git a/htrdr/Makefile b/htrdr/Makefile
@@ -112,7 +112,7 @@ distclean: clean
$(MAN)
-publish: build
+install: build
@rsync -avzrR --delete-after --progress\
downloads/gas_opt_prop_en.pdf\
$(HTML)\
diff --git a/misc/Makefile b/misc/Makefile
@@ -37,7 +37,7 @@ clean:
distclean: clean
-publish: build
+install: build
@rsync -avzrR --delete-after --progress $(HTML) $(PREFIX)/misc/
misc_build.sh: ../meso-menu.sh
diff --git a/schiff/Makefile b/schiff/Makefile
@@ -53,7 +53,7 @@ distclean: clean
@echo "Cleaning PGP signatures and extracted files"
@rm -f $(MAN) $(SCHIFF_README) $(SCHIFF_SIG)
-publish: build
+install: build
@rsync -avzrR --delete-after --progress \
downloads/schiff_pretty_results.sh\
$(HTML)\
diff --git a/solstice/Makefile b/solstice/Makefile
@@ -96,7 +96,7 @@ distclean: clean
$(SOLPP_README) \
$(SOLSTICE_README) \
-publish: build
+install: build
@rsync -avzrR --delete-after --progress \
$(HTML) \
$(IMG) \
diff --git a/star-engine/Makefile b/star-engine/Makefile
@@ -115,7 +115,7 @@ distclean: clean
@echo "Cleaning PGP signatures"
@rm -f $(STAR_ENGINE_SIG)
-publish: build
+install: build
@rsync -avzrR --delete-after --progress \
$(HTML)\
$(IMG)\
diff --git a/stardis/Makefile b/stardis/Makefile
@@ -100,7 +100,7 @@ distclean: clean
$(STARDIS_ARCH_FILES)\
$(STARTER_PACK_README)
-publish: build
+install: build
@rsync -avzrR --delete-after --progress\
$(HTML)\
$(OVERVIEW_IMG)\