LUSetInstanceParams: nic parameters
[ganeti-local] / Makefile.am
index d27fd14..bfb5862 100644 (file)
@@ -375,4 +375,11 @@ apidoc:
                rm -rf $$TMPDIR ; \
        }
 
+.PHONY: TAGS
+TAGS:
+       rm -f TAGS
+       find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \
+         -path 'daemons/ganeti-*' -o -path 'tools/*' | \
+         etags -
+
 # vim: set noet :