diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-02-07 20:45:43 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-02-07 20:47:54 -0500 |
commit | 248193c5c6b995bdbd4657fbbd005d88d0b03c6d (patch) | |
tree | 607d1ad40ef7e25fdac420a4d369a574fcf45a5a | |
parent | 92f3856f3948a2b5b0c0646cc957e8042818e71a (diff) |
RT# 81961 Pod to HTML from Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -332,7 +332,7 @@ install-chown: install-pod2html: echo "${POD2HTML_DIR}" mkdir -p "${POD2HTML_DIR}" - perl bin/pod2html.pl "${POD2HTML_DIR}" + perl -MFS::Misc::Pod2Html -e "FS::Misc::Pod2Html::fs_pod2html('${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 |