diff --git a/issues/Makefile b/issues/Makefile index c1cf80b..0767360 100644 --- a/issues/Makefile +++ b/issues/Makefile @@ -1,7 +1,9 @@ -all: +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 @@ -9,6 +11,6 @@ test: ./make_issue.sh current /tmp/current-issue.html xdg-open /tmp/current-issue.html -testsite: +testsite: generate-site cp -fr ../public /tmp/ xdg-open /tmp/public/index.html