From 12876fa219db03f58225e39eb5d02821c2c9e397 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Fri, 6 Dec 2013 13:09:12 -0500 Subject: [PATCH] Actually install Marque.pm. This is likely the final nail in this branch since I've decided to implement Marque.pm as an actual perl modules or modules in another branch. This commit is mostly for bshum who wants to use this code in the mean time. Signed-off-by: Jason Stephenson --- Open-ILS/src/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index 5c57f9239a..b98f6be92d 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -144,7 +144,8 @@ gen_scripts = \ $(supportscr)/authority_control_fields.pl \ $(supportscr)/authority_authority_linker.pl \ $(supportscr)/eg_db_config \ - $(supportscr)/marc_export + $(supportscr)/marc_export \ + $(supportscr)/Marque.pm gen_docs = \ $(examples)/apache/eg.conf \ @@ -236,6 +237,10 @@ $(supportscr)/marc_export: Makefile $(supportscr)/marc_export.in $(do_subst) $(supportscr)/marc_export.in > "$@" chmod 755 "$@" +$(supportscr)/Marque.pm: Makefile $(supportscr)/Marque.pm.in + $(do_subst) $(supportscr)/Marque.pm.in > "$@" + chmod 755 "$@" + $(examples)/apache/eg.conf: Makefile $(examples)/apache/eg.conf.in $(do_subst) $(examples)/apache/eg.conf.in > "$@" -- 2.11.0