annotate doc/www.anonet2.org/public_pod/Makefile @ 97:5137f1e1cab7 draft

added more FAQs and a darknet comparison
author Nick <nick@somerandomnick.ano>
date Sun, 08 Aug 2010 08:06:38 +0000
parents d2e2d8432e91
children d5a0da431616
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
d2e2d8432e91 oops, forgot to update the makefile
Nick <nick@somerandomnick.ano>
parents: 19
diff changeset
1 all: index.html links.html faq.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 $@