Revision eb732fb5

b/Makefile.am
484 484
	$(CHECK_PYTHON_CODE) $(check_python_code)
485 485

  
486 486
.PHONY: lint
487
lint: ganeti
487
lint: ganeti $(BUILT_SOURCES)
488 488
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
489 489
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
490 490

  
......
513 513
	touch $@
514 514

  
515 515
.PHONY: apidoc
516
apidoc: epydoc.conf $(RUN_IN_TEMPDIR)
516
apidoc: epydoc.conf $(RUN_IN_TEMPDIR) $(BUILT_SOURCES)
517 517
	test -e doc/api || mkdir doc/api
518 518
	$(RUN_IN_TEMPDIR) epydoc -v \
519 519
		--conf $(CURDIR)/epydoc.conf \
520 520
		--output $(CURDIR)/doc/api
521 521

  
522 522
.PHONY: TAGS
523
TAGS:
523
TAGS: $(BUILT_SOURCES)
524 524
	rm -f TAGS
525 525
	find . -path './lib/*.py' -o -path 'scripts/gnt-*' -o \
526 526
	  -path 'daemons/ganeti-*' -o -path 'tools/*' | \

Also available in: Unified diff