Koha/C4/SIP/Makefile
Joe Atzberger d24d147831 bug 3435: SIP2 - 3M extension for SmartChute checkin.
Implement the optional fields: CR CS CT CV CY and DA.
Also silenced some outstanding debugging print statements.
Consolidated similar accesseor subs in Patron.pm to use x_items.
Adjust SIP tests to specify correct AP (location).  Add a 3rd item
to SIPtext.pm for later use.

Note CT (destination) is currently populated with destination branch code.
We can adjust that to be destination branch name, or some combination in
a subsequent patch if necessary.

This work was sponsored by the Northeast Kansas Library system.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-07-30 11:06:53 -04:00

26 lines
452 B
Makefile

#
# There's not a lot to "make", but this simplifies the usual
# sorts of tasks
#
PODFLAGS = --htmlroot=. --podroot=.
.SUFFIXES: .pod .html
.pod.html:
pod2html $(PODFLAGS) --outfile=$@ --infile=$<
all:
@echo Nothing to make. Use make test.
# just run the server from the command line
# run:
# perl SIPServer.pm SIPconfig.xml
test:
cd t; $(MAKE) test
tags:
find . -name '*.pm' -print | etags -
html: ILS.html ILS/Item.html ILS/Patron.html