annotate doc/www.anonet2.org/public_pod/Makefile @ 96:bd1d4b389d0b draft

Cronix git ip updated in index.html
author pragmo <pragmo@pragmo.ano>
date Fri, 06 Aug 2010 00:47:22 +0200
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 $@