Mercurial > hg > anonet-resdb
comparison doc/www.anonet2.org/public_pod/Makefile @ 139:85efc932b07f draft
Merge branch 'master' of git://git1.somerandomnick.ano
author | pragmo <pragmo@pragmo.ano> |
---|---|
date | Thu, 09 Sep 2010 12:49:23 +0000 |
parents | 818de9dafcbe |
children | 73017f99818f |
comparison
equal
deleted
inserted
replaced
131:ad89a50f816e | 139:85efc932b07f |
---|---|
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 $@ |