X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=d815c44ed7f1fd7532067451389e6544abdf09da;hp=f3bbdc4b944b77e978e20a5b0ae6f8306fa459ea;hb=51c0d6572357ba4d7c11a11e7ff506428c1cc045;hpb=acb5db886076201922167d39d76fd9b3e9e54c9c 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