Blob


1 .PHONY: all serve-www serve-gemini upload
3 all: telescope.1.html telescope.1.txt
5 telescope.1.html: ../telescope.1
6 ./mdoc2html.sh $? $@
8 telescope.1.txt: ../telescope.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 openrsync --rsync-path=openrsync --del -a . antartica:/var/www/telescope.omarpolo.com
19 openrsync --rsync-path=openrsync --del -a . antartica:/var/gemini/telescope.omarpolo.com