obtain integer primary keys by calling nextval() on the sequence instead of quering...
[plcapi.git] / Makefile
index 276cc05..7c84512 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ install:
            --install-scripts=$(DESTDIR)/$(datadir)/plc_api \
            --install-data=$(DESTDIR)/$(datadir)/plc_api
        install -D -m 755 php/xmlrpc/xmlrpc.so $(DESTDIR)/$(shell php-config --extension-dir)/xmlrpc.so
-       install -D -m 755 refresh-peer.py $(DESTDIR)/$(bindir)/refresh-peer.py
 
 $(subdirs): $(init)
 
@@ -51,7 +50,7 @@ index: $(init)
 index-clean:
        rm $(init)
 
-####################
+#################### regenerate indexes - not used by the build, as both files are svn added - please update as appropriate
 # All .py files in PLC/
 
 # the current content of __init__.py
@@ -87,7 +86,9 @@ force:
 tags:
        find . '(' -name '*.py' -o -name '*.sql' -o -name '*.php' -o -name Makefile ')' | xargs etags
 
-########## make sync PLCHOST=hostname
+.PHONY: tags
+
+########## make sync PLCHOST=hostname VSERVER=vservername
 ifdef PLCHOST
 ifdef VSERVER
 PLCSSH:=root@$(PLCHOST):/vservers/$(VSERVER)