X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=d815c44ed7f1fd7532067451389e6544abdf09da;hp=301dc4132a49d5b34fffe03c01d9677e47a4b3e4;hb=1f1190b8fb6d06852dbd16c6a288f9acd9cc83dd;hpb=9a74b15fe926c37f00added2d034d34bf6c95d7f diff --git a/Makefile b/Makefile index 301dc4132..d815c44ed 100644 --- a/Makefile +++ b/Makefile @@ -333,7 +333,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