summaryrefslogtreecommitdiff
path: root/doc/www.anonet2.org/public_pod/Makefile
blob: da91fefc222cbf12395007976a4730c0b68b64de (plain) (blame)
1
2
3
4
5
all: index.html links.html

%.html: %.pod
	pod2html --noindex < $< 2>/dev/null > $@.tmp
	mv $@.tmp $@