X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FSIP%2FMakefile;h=0a90261a9a27508ef24e1ad3e122ca9cc7cfd557;hb=22249e4ceda925792a62c203b16bac3c4e35a1af;hp=2f670bbbb21dc775ac77e09b587a39523991558a;hpb=7b9b36bd2e023a57a6da378e174fdf13dbda97b4;p=srvgit diff --git a/C4/SIP/Makefile b/C4/SIP/Makefile index 2f670bbbb2..0a90261a9a 100644 --- a/C4/SIP/Makefile +++ b/C4/SIP/Makefile @@ -11,11 +11,11 @@ PODFLAGS = --htmlroot=. --podroot=. pod2html $(PODFLAGS) --outfile=$@ --infile=$< all: - @echo Nothing to make. The command '"make run"' will run the server. + @echo Nothing to make. Use make test. # just run the server from the command line -run: - perl SIPServer.pm SIPconfig.xml +# run: +# perl SIPServer.pm SIPconfig.xml test: cd t; $(MAKE) test