[freeside-commits] branch master updated. 4d6afc11e79d64ed595ba18cea5e5b2f986093a0

Mitch Jackson mitch at freeside.biz
Thu Feb 7 17:47:16 PST 2019


The branch, master has been updated
       via  4d6afc11e79d64ed595ba18cea5e5b2f986093a0 (commit)
      from  13d1421df95e5a1b94d2ff94dcbff963b3659f1b (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 4d6afc11e79d64ed595ba18cea5e5b2f986093a0
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 301dc4132..f3bbdc4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list