annotate doc/www.anonet2.org/public_pod/Makefile @ 139:85efc932b07f draft

Merge branch 'master' of git://git1.somerandomnick.ano
author pragmo <pragmo@pragmo.ano>
date Thu, 09 Sep 2010 12:49:23 +0000
parents 818de9dafcbe
children 73017f99818f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
818de9dafcbe moved intro to separate page
Nick <nick@somerandomnick.ano>
parents: 113
diff changeset
1 all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html
19
31e3b4edf502 scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff changeset
2
31e3b4edf502 scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff changeset
3 %.html: %.pod
31e3b4edf502 scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff changeset
4 pod2html --noindex < $< 2>/dev/null > $@.tmp
31e3b4edf502 scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff changeset
5 mv $@.tmp $@