Revision 13e720f1 Makefile.am

b/Makefile.am
375 375
		rm -rf $$TMPDIR ; \
376 376
	}
377 377

  
378
.PHONY: TAGS
379
TAGS:
380
	rm -f TAGS
381
	find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \
382
	  -path 'daemons/ganeti-*' -o -path 'tools/*' | \
383
	  etags -
384

  
378 385
# vim: set noet :

Also available in: Unified diff