Blob


1 .PHONY: all serve-www serve-gemini upload
3 all: gmid.1.html gmid.1.txt
5 gmid.1.html: ../gmid.1
6 ./mdoc2html.sh $? $@
8 gmid.1.txt: ../gmid.1
9 MANWIDTH=72 man -Tutf8 -l $? | col -b > $@
11 serve-www:
12 python3 -m http.server 8888
14 serve-gemini:
15 ../gmid -p 1966 .
17 upload:
18 rsync --delete -a . op:sites/gmid.omarpolo.com
19 rsync --delete -a . op:gemini/gmid.omarpolo.com