From 905a04915596025b1f26a07669292f94784a7654 Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 27 Jun 2022 13:28:09 +0200 Subject: [PATCH] add more comments to the different recipes --- command-line/Makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/command-line/Makefile b/command-line/Makefile index 317ff31..0fd62c3 100644 --- a/command-line/Makefile +++ b/command-line/Makefile @@ -2,8 +2,6 @@ all: run install: python3 -m venv venv - # ./venv/bin/pip3 install etherpump - # ./venv/bin/etherpump init ./venv/bin/pip3 install jinja2 ./venv/bin/pip3 install markupsafe==2.0.1 @@ -30,12 +28,19 @@ interior: multi @pdftk Unfolded-with-Multi.pdf cat 3-346 output Unfolded-interior.pdf upload: + # --- + # upload Paged.js preview to the Varia server scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/ +uploadimages: + # --- + # upload the images folder to the Varia server + scp -r images varia:public_html/volumetric-regimes/ + uploadpdf: - resample Unfolded-with-Multi.pdf 300 - scp Unfolded-with-Multi-resampled.pdf varia:public_html/volumetric-regimes/Unfolded.pdf + # --- + # upload interior PDF to the Varia server + ./tools/resample Unfolded-interior.pdf 150 + scp Unfolded-interior-resampled.pdf varia:public_html/volumetric-regimes/Unfolded.pdf @echo "Uploaded to: https://vvvvvvaria.org/~mb/volumetric-regimes/Unfolded.pdf" -uploadimages: - scp -r images varia:public_html/volumetric-regimes/