]> git.evergreen-ils.org Git - working/SIPServer.git/blob - Makefile
Fix checksum generation so that it actually works with clients.
[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
6 # modify it under the terms of version 2 of the GNU General Public
7 # License as published by the Free Software Foundation.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public
15 # License along with this program; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
17 # MA 02111-1307 USA
18 #
19 # There's not a lot to "make", but this simplifies the usual
20 # sorts of tasks
21 #
22
23 PODFLAGS = --htmlroot=. --podroot=.
24
25 .SUFFIXES: .pod .html
26
27 .pod.html:
28         pod2html $(PODFLAGS) --outfile=$@ --infile=$<
29
30 all:
31         @echo Nothing to make.  The command '"make run"' will run the server.
32
33 # just run the server from the command line
34 run: 
35         perl SIPServer.pm SIPconfig.xml
36
37 test:
38         cd t; $(MAKE) test
39
40 tags:
41         find . -name '*.pm' -print | etags -
42
43 html: ILS.html ILS/Item.html ILS/Patron.html