burnin: fix default growth parameter
[ganeti-local] / Makefile.am
index 16e3cce..0474980 100644 (file)
@@ -41,6 +41,7 @@ CLEANFILES = \
        doc/*.html \
        doc/*.in \
        doc/*.pdf \
+       $(patsubst %.dot,%.png,$(docdot)) \
        doc/rapi-resources.sgml \
        doc/examples/ganeti.initd \
        doc/examples/ganeti.cron \
@@ -109,6 +110,9 @@ docrst = \
        doc/design-2.0.rst \
        doc/security.rst
 
+docdot = \
+       doc/arch-2.0.dot
+
 doc_DATA = \
        $(patsubst %.rst,%.html,$(docrst)) \
        $(patsubst %.sgml,%.html,$(docsgml)) \
@@ -139,6 +143,7 @@ EXTRA_DIST = \
        autotools/docbook-wrapper \
        devel/upload.in \
        $(docrst) \
+       $(docdot) \
        $(docsgml) \
        doc/build-rapi-resources-doc \
        doc/examples/ganeti.initd.in \
@@ -186,18 +191,19 @@ TEST_FILES = \
        test/data/proc_drbd8.txt
 
 dist_TESTS = \
+       test/ganeti.bdev_unittest.py \
+       test/ganeti.cli_unittest.py \
+       test/ganeti.cmdlib_unittest.py \
        test/ganeti.config_unittest.py \
+       test/ganeti.constants_unittest.py \
        test/ganeti.hooks_unittest.py \
-       test/ganeti.utils_unittest.py \
-       test/ganeti.bdev_unittest.py \
-       test/ganeti.ssh_unittest.py \
+       test/ganeti.http_unittest.py \
        test/ganeti.locking_unittest.py \
-       test/ganeti.serializer_unittest.py \
-       test/ganeti.workerpool_unittest.py \
        test/ganeti.rapi.resources_unittest.py \
-       test/ganeti.http_unittest.py \
-       test/ganeti.constants_unittest.py \
-       test/ganeti.cli_unittest.py
+       test/ganeti.serializer_unittest.py \
+       test/ganeti.ssh_unittest.py \
+       test/ganeti.utils_unittest.py \
+       test/ganeti.workerpool_unittest.py
 
 nodist_TESTS =