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

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