volumetric-regimes-book/command-line/Makefile

42 lines
1.3 KiB
Makefile
Raw Normal View History

2021-06-16 16:46:25 +02:00
all: run
install:
python3 -m venv venv
2022-06-09 10:06:28 +02:00
# ./venv/bin/pip3 install etherpump
# ./venv/bin/etherpump init
./venv/bin/pip3 install jinja2
./venv/bin/pip3 install markupsafe==2.0.1
2021-06-16 16:46:25 +02:00
run:
2022-06-09 10:06:28 +02:00
./venv/bin/python3 -m http.server
2021-06-16 16:46:25 +02:00
2022-01-12 15:31:07 +01:00
update: wiki
wiki:
# ---
# update the materials from the wiki, save it as Unfolded.html
2022-06-09 10:06:28 +02:00
./venv/bin/python3 update.py
@echo "Pulling updates from the wiki: Unfolded (wiki) --> Unfolded.html (file)"
2021-11-10 23:14:54 +01:00
multi:
# ---
# multistamp Multi Remix on top of the pdf
@pdfunite multi-remix/multi-remix.pdf multi-remix/multi-remix-empty.pdf multi-remix/multi-remix.pdf multi-remix/multi-remix-empty.pdf multi-remix/multi-remix-stamp.pdf
@pdftk Unfolded.pdf multistamp multi-remix/multi-remix-stamp.pdf output Unfolded-with-Multi.pdf
2022-06-09 10:06:28 +02:00
interior: multi
# ---
# take cover out of the PDF (only select pages 3-344 + 2 extra white pages)
@pdftk Unfolded-with-Multi.pdf cat 3-346 output Unfolded-interior.pdf
2021-06-16 16:46:25 +02:00
upload:
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
2022-04-22 14:49:55 +02:00
uploadpdf:
2022-06-09 10:06:28 +02:00
resample Unfolded-with-Multi.pdf 300
2022-04-22 14:49:55 +02:00
scp Unfolded-with-Multi-resampled.pdf varia:public_html/volumetric-regimes/Unfolded.pdf
@echo "Uploaded to: https://vvvvvvaria.org/~mb/volumetric-regimes/Unfolded.pdf"
2021-06-16 16:46:25 +02:00
uploadimages:
scp -r images varia:public_html/volumetric-regimes/