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

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