[freeside-commits] branch FREESIDE_4_BRANCH updated. 5d092dedbd8dcf67fec046ad2fc1a0d02818aeea
Mitch Jackson
mitch at freeside.biz
Thu Feb 7 17:52:45 PST 2019
The branch, FREESIDE_4_BRANCH has been updated
via 5d092dedbd8dcf67fec046ad2fc1a0d02818aeea (commit)
from 6ed88f50110ddede1d142caefba29067c5530337 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5d092dedbd8dcf67fec046ad2fc1a0d02818aeea
Author: Mitch Jackson <mitch at freeside.biz>
Date: Thu Feb 7 20:45:43 2019 -0500
RT# 81961 Pod to HTML from Makefile
diff --git a/Makefile b/Makefile
index 7ed65b453..cf8c24882 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list