cp support-scripts/offline-blocked-list.pl $(BINDIR) # this should probably be somewhere else
# -----------------------------------------------------------------------------------
-marcdumper:
- @echo $@
- make -C extras/marcdumper
-
-marcdumper-install:
- @echo $@
- make -C extras/marcdumper install
-
-# -----------------------------------------------------------------------------------
-
perl-install:
@echo $@
@echo "Installing Perl modules to $(PERLDIR)"
# openils_all - builds all OpenILS compenents
# openils_core - install the Open-ILS perl modules, and core files for running and openils server
# openils_web - copies over the javascript and html templates to the web root directory for running the OPAC
-# openils_marcdumper - utility code for converting MARC to MARCXML
# openils_db - installs the database schemas
# openils_reporter - installs the base of OpenILS Reporter
#
# evergreen_core - builds core Evergreen components (does not build evergreen_xul_client!)
# evergreen_xul_client - client XUL application
#
-# Build marcdumper only if you need to convert MARC binary files to MARCXML.
# If you only want to build the client app, then just build evergreen_xul_client.
# --------------------------------------------------------------------
fi;
;;
- "openils_marcdumper" )
- if building; then $MAKE -C "$OPENILSDIR" "marcdumper"; fi;
- if installing; then $MAKE -C "$OPENILSDIR" "marcdumper-install"; fi;
- ;;
-
"openils_db" )
if installing; then
$MAKE -C "$OPENILSDIR" "storage-bootstrap";