From: Jason Stephenson Date: Fri, 6 Dec 2013 18:09:12 +0000 (-0500) Subject: Actually install Marque.pm. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=12876fa219db03f58225e39eb5d02821c2c9e397;p=working%2FEvergreen.git 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 --- 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 > "$@"