From: Mitch Jackson Date: Fri, 8 Feb 2019 01:45:43 +0000 (-0500) Subject: RT# 81961 Pod to HTML from Makefile X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=248193c5c6b995bdbd4657fbbd005d88d0b03c6d RT# 81961 Pod to HTML from Makefile --- diff --git a/Makefile b/Makefile index 8c5e0b559..1447fc0fe 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