X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=545cecf5aa00bb1811e34d364710d2989db9fdec;hb=ec89eda1ec48099ade076f8e547baeffbdb5632d;hp=cf8c2488235dd4aaafe76761216b7205a7f24074;hpb=5d092dedbd8dcf67fec046ad2fc1a0d02818aeea;p=freeside.git diff --git a/Makefile b/Makefile index cf8c24882..545cecf5a 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,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