X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/d17e74b43b39b62abfbd543d9a7f0516c235be15..2cc1da8b07305c1c322a5524a7e24ea07b071d72:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 043ca8e..bfb5862 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,6 +111,7 @@ http_PYTHON = \ docrst = \ doc/admin.rst \ doc/design-2.0.rst \ + doc/glossary.rst \ doc/hooks.rst \ doc/iallocator.rst \ doc/index.rst \ @@ -211,9 +212,11 @@ maninput = $(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) $(patsubst TEST_FILES = \ test/data/bdev-both.txt \ + test/data/bdev-8.3-both.txt \ test/data/bdev-disk.txt \ test/data/bdev-net.txt \ - test/data/proc_drbd8.txt + test/data/proc_drbd8.txt \ + test/data/proc_drbd83.txt dist_TESTS = \ test/ganeti.bdev_unittest.py \ @@ -234,7 +237,7 @@ nodist_TESTS = TESTS = $(dist_TESTS) $(nodist_TESTS) -TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) +TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) $(PYTHON) all-local: stamp-directories lib/_autoconf.py devel/upload \ doc/examples/bash_completion \ @@ -372,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 :