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:45:43 -0500 |
commit | 4d6afc11e79d64ed595ba18cea5e5b2f986093a0 (patch) | |
tree | 5f350c6276a3fe4ddf32ebbba1809b791af16d41 /Makefile | |
parent | 13d1421df95e5a1b94d2ff94dcbff963b3659f1b (diff) |
RT# 81961 Pod to HTML from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,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 |