X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fservice-proxy%2FMakefile;fp=tools%2Fservice-proxy%2FMakefile;h=210ed47c4bfd0223a408345d254b882e8d8dceef;hp=0000000000000000000000000000000000000000;hb=429cea4f1e62684f2b29aa3c97d31d20b67262eb;hpb=69809ae9dca40866356fbaf71db548b0ea1335d3 diff --git a/tools/service-proxy/Makefile b/tools/service-proxy/Makefile new file mode 100644 index 0000000..210ed47 --- /dev/null +++ b/tools/service-proxy/Makefile @@ -0,0 +1,11 @@ +MIKE = service-proxy-mike-mac.properties + +$(MIKE): service-proxy.properties Makefile + rm -f $@ + sed 's/mkc-admin.indexdata.com/x.&:8181/g;s/,constraint,/,/;\ +s;localhost:8004;x.mkc-admin.indexdata.com/cgi-bin/pazpar2;' $< > $@ + chmod 444 $@ + +clean: + rm -f $(MIKE) +