]> git.evergreen-ils.org Git - working/SIPServer.git/blob - Makefile
LP#1927542: fix incorrect ACS Status response in Multiplex mode
[working/SIPServer.git] / Makefile
1 # Copyright (C) 2006-2008  Georgia Public Library Service
2
3 # Author: David J. Fiander
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 #
18 # There's not a lot to "make", but this simplifies the usual
19 # sorts of tasks
20 #
21
22 PODFLAGS = --htmlroot=. --podroot=.
23
24 .SUFFIXES: .pod .html
25
26 .pod.html:
27         pod2html $(PODFLAGS) --outfile=$@ --infile=$<
28
29 all:
30         @echo Nothing to make.  The command '"make run"' will run the server.
31
32 # just run the server from the command line
33 run: 
34         perl SIPServer.pm SIPconfig.xml
35
36 test:
37         cd t; $(MAKE) test
38
39 tags:
40         find . -name '*.pm' -print | etags -
41
42 html: ILS.html ILS/Item.html ILS/Patron.html