summaryrefslogtreecommitdiff
path: root/doc/www.anonet2.org/public_pod/Makefile
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2010-09-14 01:02:57 +0000
committerNick <nick@somerandomnick.ano>2010-09-14 01:02:57 +0000
commitb0496799fcc4358eba93008512704e8529002100 (patch)
tree3a56a03dfa302f8ebb9db378149e81725b2f90fc /doc/www.anonet2.org/public_pod/Makefile
parentec1b4f4dc72401cb784a16da85ea7ec8242b3a11 (diff)
downloadresdb-b0496799fcc4358eba93008512704e8529002100.tar.gz
resdb-b0496799fcc4358eba93008512704e8529002100.zip
trying pod2xhtml instead of pod2html (for named links)
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r--doc/www.anonet2.org/public_pod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/www.anonet2.org/public_pod/Makefile b/doc/www.anonet2.org/public_pod/Makefile
index 7fcdcfa..b51c530 100644
--- a/doc/www.anonet2.org/public_pod/Makefile
+++ b/doc/www.anonet2.org/public_pod/Makefile
@@ -1,5 +1,5 @@
all: index.html links.html faq.html darknet_comparison.html anonymity.html intro.html
%.html: %.pod
- pod2html --noindex < $< 2>/dev/null > $@.tmp
+ pod2xhtml --noindex < $< 2>/dev/null > $@.tmp
mv $@.tmp $@