openbsd-webzine/issues/Makefile

17 lines
329 B
Makefile

generate-site:
ls | grep issue- | sort -n | xargs ./make_issue.sh
./make_issue.sh _index ../public/index.html
all: generate-site
clean:
rm ../dev/*html
test:
./make_issue.sh current /tmp/current-issue.html
xdg-open /tmp/current-issue.html
testsite: generate-site
cp -fr ../public /tmp/
xdg-open /tmp/public/index.html