diff options
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r-- | doc/www.anonet2.org/public_pod/Makefile | 2 |
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 $@ |