Bug 7607: (follow-up) Address OPAC and limits
[koha.git] / C4 / SIP / Makefile
blob0a90261a9a27508ef24e1ad3e122ca9cc7cfd557
2 # There's not a lot to "make", but this simplifies the usual
3 # sorts of tasks
6 PODFLAGS = --htmlroot=. --podroot=.
8 .SUFFIXES: .pod .html
10 .pod.html:
11 pod2html $(PODFLAGS) --outfile=$@ --infile=$<
13 all:
14 @echo Nothing to make. Use make test.
16 # just run the server from the command line
17 # run:
18 # perl SIPServer.pm SIPconfig.xml
20 test:
21 cd t; $(MAKE) test
23 tags:
24 find . -name '*.pm' -print | etags -
26 html: ILS.html ILS/Item.html ILS/Patron.html