Mercurial > hg > anonet-resdb
annotate doc/www.anonet2.org/public_pod/Makefile @ 66:70a0167e1b20 draft
updated dn42 export to export netblock info
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Mon, 21 Jun 2010 19:01:09 +0000 |
parents | d2e2d8432e91 |
children | d5a0da431616 |
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 $@ |