openbsd-webzine/issues/Makefile

10 lines
227 B
Makefile
Raw Normal View History

2021-09-26 19:27:49 +00:00
all:
find . -maxdepth 1 -type d -name 'issue-*' -exec ./make_issue.sh {} \;
clean:
rm ../dev/*html
test:
./make_issue.sh current/ && cp ../dev/*.html ~/Downloads/current-issue.html
xdg-open ~/Downloads/current-issue.html