Add `publish` to Makefile

a6e75ac4f2a970b778ee4963e1337b7ea557194d
Alexis Sellier committed ago 1 parent 0af74960
Makefile +8 -0
1 +
PAGES  := popol/
2 +
STATIC := css/ images/ fonts/ js/
3 +
1 4
default:
2 5
	./build ~/txt/pub .
6 +
7 +
publish:
8 +
	./publish $(STATIC) $(PAGES) index.html style.css
9 +
10 +
.PHONY: publish