mirror of
https://github.com/nealey/woozle.org.git
synced 2025-01-16 11:55:13 -07:00
6 lines
164 B
Makefile
6 lines
164 B
Makefile
PLAIN += .
|
|
COPY += icon.png style.css lists.cgi wishlist.cgi set.cgi $(TEMPLATE)
|
|
HTML += people.html
|
|
|
|
$(DESTDIR)/people.html: people.sh
|
|
sh $< | $(MDWNTOHTML) > $@
|