comparison doc/www.anonet2.org/public_pod/Makefile @ 142:73017f99818f draft

trying pod2xhtml instead of pod2html (for named links)
author Nick <nick@somerandomnick.ano>
date Tue, 14 Sep 2010 01:02:57 +0000
parents 818de9dafcbe
children dbb73233da1d
comparison
equal deleted inserted replaced
141:616ff192b8fd 142:73017f99818f
1 all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.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 pod2xhtml --noindex < $< 2>/dev/null > $@.tmp
5 mv $@.tmp $@ 5 mv $@.tmp $@