mirror of https://github.com/nealey/woozle.org.git
7 lines
156 B
Makefile
7 lines
156 B
Makefile
|
PLAIN += .
|
||
|
COPY += icon.png style.css lists.cgi wishlist.cgi $(TEMPLATE)
|
||
|
HTML += people.html
|
||
|
|
||
|
$(DESTDIR)/people.html: people.sh
|
||
|
sh $< | $(MDWNTOHTML) > $@
|