X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=d815c44ed7f1fd7532067451389e6544abdf09da;hp=f3bbdc4b944b77e978e20a5b0ae6f8306fa459ea;hb=37e92c220a54636ebc7900cd59ec6ce56790ede8;hpb=4d6afc11e79d64ed595ba18cea5e5b2f986093a0 diff --git a/Makefile b/Makefile index f3bbdc4b9..d815c44ed 100644 --- a/Makefile +++ b/Makefile @@ -333,7 +333,7 @@ install-chown: install-pod2html: echo "${POD2HTML_DIR}" mkdir -p "${POD2HTML_DIR}" - perl -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html('${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