annotate doc/www.anonet2.org/public_pod/Makefile @ 99:d5a0da431616 draft

added darknet comparison page into POD makefile
author Nick <nick@somerandomnick.ano>
date Sun, 08 Aug 2010 08:28:55 +0000
parents d2e2d8432e91
children 5100b1fb4f5c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
99
d5a0da431616 added darknet comparison page into POD makefile
Nick <nick@somerandomnick.ano>
parents: 56
diff changeset
1 all: index.html links.html faq.html darknet_comparison.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 $@