X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=545cecf5aa00bb1811e34d364710d2989db9fdec;hb=ba0afcb2c51e2aaa5b0c7d52c7e04e13c965c15b;hp=7ed65b453c8e2514fa729e27e3e3fff62aa41b2f;hpb=66aa1878e8f094ba1eaa4c0d17f117101ed3c88c;p=freeside.git diff --git a/Makefile b/Makefile index 7ed65b453..545cecf5a 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 -IFS -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html_from_src('${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