add more comments to the different recipes
This commit is contained in:
parent
6fee1b37ef
commit
905a049155
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user