X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=54417474c7b1b70e7cedde2d29709c9542969cad;hb=5ebcddd3d2cb95a02eaba0a8fc301b9c0d7e3e73;hp=8c5e0b5598a30aec6e73a0ec71de963c9c44ea2e;hpb=318824bc9f4615ef9320e436604da63e33f900d4;p=freeside.git diff --git a/Makefile b/Makefile index 8c5e0b559..54417474c 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