comparison doc/www.anonet2.org/public_pod/Makefile @ 99:d5a0da431616 draft

added darknet comparison page into POD makefile
author Nick <nick@somerandomnick.ano>
date Sun, 08 Aug 2010 08:28:55 +0000
parents d2e2d8432e91
children 5100b1fb4f5c
comparison
equal deleted inserted replaced
98:8c1074a9de05 99:d5a0da431616
1 all: index.html links.html faq.html 1 all: index.html links.html faq.html darknet_comparison.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 $@