summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-02-07 20:45:43 -0500
committerMitch Jackson <mitch@freeside.biz>2019-02-07 20:50:31 -0500
commit5d092dedbd8dcf67fec046ad2fc1a0d02818aeea (patch)
tree0027e40b0f971f0b8e8113fe0982341b82cebffd /Makefile
parent6ed88f50110ddede1d142caefba29067c5530337 (diff)
RT# 81961 Pod to HTML from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ed65b4..cf8c248 100644
--- a/Makefile
+++ b/Makefile
@@ -332,7 +332,7 @@ install-chown:
install-pod2html:
echo "${POD2HTML_DIR}"
mkdir -p "${POD2HTML_DIR}"
- perl bin/pod2html.pl "${POD2HTML_DIR}"
+ perl -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html('${POD2HTML_DIR}');"
chown freeside:freeside -R "${POD2HTML_DIR}"
install: install-perl-modules install-docs install-init install-apache install-rt install-torrus install-texmf install-chown install-pod2html