Mercurial > hg > anonet-resdb
comparison doc/www.anonet2.org/public_pod/Makefile @ 137:818de9dafcbe draft
moved intro to separate page
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Wed, 08 Sep 2010 21:09:09 +0000 |
parents | 5100b1fb4f5c |
children | 73017f99818f |
comparison
equal
deleted
inserted
replaced
136:095782e5d81b | 137:818de9dafcbe |
---|---|
1 all: index.html links.html faq.html darknet_comparison.html anonymity.html | 1 all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html |
2 | 2 |
3 %.html: %.pod | 3 %.html: %.pod |
4 pod2html --noindex < $< 2>/dev/null > $@.tmp | 4 pod2html --noindex < $< 2>/dev/null > $@.tmp |
5 mv $@.tmp $@ | 5 mv $@.tmp $@ |