openbsd-webzine/issues/Makefile

15 lines
313 B
Makefile
Raw Normal View History

2021-09-26 19:27:49 +00:00
all:
2021-09-27 10:10:42 +00:00
ls | grep issue- | sort -n | xargs ./make_issue.sh
./make_issue.sh _index ../public/index.html
clean:
rm ../dev/*html
test:
./make_issue.sh current ~/Downloads/current-issue.html
xdg-open ~/Downloads/current-issue.html
testsite:
cp -fr ../public ~/Downloads/
xdg-open ~/Downloads/public/index.html