Mercurial > hg > anonet-resdb
comparison doc/www.anonet2.org/public_pod/Makefile @ 113:5100b1fb4f5c draft
added "anonymity" section to a2.o
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sun, 15 Aug 2010 18:00:42 +0000 |
parents | d5a0da431616 |
children | 818de9dafcbe |
comparison
equal
deleted
inserted
replaced
112:9fba60ff2ed3 | 113:5100b1fb4f5c |
---|---|
1 all: index.html links.html faq.html darknet_comparison.html | 1 all: index.html links.html faq.html darknet_comparison.html anonymity.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 $@ |