New file, service-proxy/Makefile, generates service-proxy-mike-mac.properties
[mkws-moved-to-github.git] / tools / service-proxy / Makefile
1 MIKE = service-proxy-mike-mac.properties
2
3 $(MIKE): service-proxy.properties Makefile
4         rm -f $@
5         sed 's/mkc-admin.indexdata.com/x.&:8181/g;s/,constraint,/,/;\
6 s;localhost:8004;x.mkc-admin.indexdata.com/cgi-bin/pazpar2;' $< > $@
7         chmod 444 $@
8
9 clean:
10         rm -f $(MIKE)
11