commit 0241309ce992c0a547698f52e867c3f2f55e16ca
parent ebbf13fd7336e6bfc0b9df998763913fcd529807
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 6 Nov 2017 14:51:33 +0100
Update the publish target
Upload the home, schiff and pgp_signatures sections and update the
remote directory to https://www.meso-star.com/projects/
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -17,10 +17,10 @@ SOLSTICE-VERSION=0.6.1
SOLSTICE-ABG=~/mesdocs/meso-star/solstice-docs/Solstice-ABG/
SOLSTICE-PP=~/code/meso-star/solstice-scripts/
-SCHIFF-VERSION=0.3.0
+SCHIFF-VERSION=0.3.1
SCHIFF-SCRIPTS=~/code/meso-star/schiff-scripts/src/
-REMOTE=OVH:www/solstice/
+REMOTE=OVH:www/projects/
.PHONY: default
default: all
@@ -49,13 +49,18 @@ clean:
.PHONY: publish
publish:
rsync -avz \
+ index.html \
+ pgp_signatures.html \
+ schiff.html \
solstice.html \
solstice-downloads.html \
solstice-resources.html \
meso.css \
+ particles.png \
themis.png \
$(REMOTE)
rsync -avz \
+ downloads/schiff_pretty_results.sh \
downloads/*.tar.gz \
downloads/*.zip \
downloads/*.sig \