summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2009-09-22 03:09:28 +0000
committerivan <ivan>2009-09-22 03:09:28 +0000
commitaa0ce82aa8d9c19dc431ce66dc3f46982431c743 (patch)
treea39c734c9652db048142133097471ef4ef62e2fb /Makefile
parentf8d42a67010118a3b322e0a05f5c71f4dadf0aba (diff)
add addl_comp_root.pl and addl_handler_use.pl config files, RT#4743
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e48e449b7..f39cfce22 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,7 @@ install-docs: docs
cp htetc/handler.pl ${MASON_HANDLER}
perl -p -i -e "\
s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \
+ s'%%%FREESIDE_CONF%%%'${FREESIDE_CONF}'g; \
s'%%%RT_ENABLED%%%'${RT_ENABLED}'g; \
s'%%%MASONDATA%%%'${MASONDATA}'g;\
" ${MASON_HANDLER}