Bug 8216: Allow SIP modules to pass critic tests
[koha.git] / C4 / SIP / Makefile
1 #
2 # There's not a lot to "make", but this simplifies the usual
3 # sorts of tasks
4 #
5
6 PODFLAGS = --htmlroot=. --podroot=.
7
8 .SUFFIXES: .pod .html
9
10 .pod.html:
11         pod2html $(PODFLAGS) --outfile=$@ --infile=$<
12
13 all:
14         @echo Nothing to make.  Use make test.
15
16 # just run the server from the command line
17 # run:
18 #       perl SIPServer.pm SIPconfig.xml
19
20 test:
21         cd t; $(MAKE) test
22
23 tags:
24         find . -name '*.pm' -print | etags -
25
26 html: ILS.html ILS/Item.html ILS/Patron.html