X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/ed54b47eec1194dd6f669144f33bf5e734d1f255..149a54392714573f3586b55f374ec24a935fb3ea:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 38efd06..a76de28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,12 +66,12 @@ pkgpython_PYTHON = \ lib/cmdlib.py \ lib/config.py \ lib/constants.py \ + lib/daemon.py \ lib/errors.py \ lib/http.py \ lib/jqueue.py \ lib/jstore.py \ lib/locking.py \ - lib/logger.py \ lib/luxi.py \ lib/mcpu.py \ lib/objects.py \ @@ -92,7 +92,6 @@ hypervisor_PYTHON = \ rapi_PYTHON = \ lib/rapi/__init__.py \ - lib/rapi/httperror.py \ lib/rapi/baserlib.py \ lib/rapi/connector.py \ lib/rapi/rlib1.py \ @@ -106,7 +105,20 @@ docsgml = \ doc/rapi.sgml \ doc/iallocator.sgml +docrst = \ + doc/design-2.0-cluster-parameters.rst \ + doc/design-2.0-commandline-parameters.rst \ + doc/design-2.0-disk-handling.rst \ + doc/design-2.0-index.rst \ + doc/design-2.0-job-queue.rst \ + doc/design-2.0-locking.rst \ + doc/design-2.0-master-daemon.rst \ + doc/design-2.0-os-interface.rst \ + doc/design-2.0-rapi-changes.rst \ + doc/security.rst + doc_DATA = \ + $(patsubst %.rst,%.html,$(docrst)) \ $(patsubst %.sgml,%.html,$(docsgml)) \ $(patsubst %.sgml,%.pdf,$(docsgml)) @@ -134,11 +146,13 @@ EXTRA_DIST = \ DEVNOTES \ autotools/docbook-wrapper \ devel/upload.in \ + $(docrst) \ $(docsgml) \ doc/build-rapi-resources-doc \ doc/examples/ganeti.initd.in \ doc/examples/ganeti.cron.in \ doc/examples/dumb-allocator \ + doc/locking.txt \ test/testutils.py \ test/mocks.py \ $(dist_TESTS) \ @@ -146,7 +160,7 @@ EXTRA_DIST = \ man/footer.sgml \ $(mansgml) \ qa/ganeti-qa.py \ - qa/qa-sample.yaml \ + qa/qa-sample.json \ qa/qa_cluster.py \ qa/qa_config.py \ qa/qa_daemon.py \ @@ -155,7 +169,6 @@ EXTRA_DIST = \ qa/qa_instance.py \ qa/qa_node.py \ qa/qa_os.py \ - qa/qa_other.py \ qa/qa_rapi.py \ qa/qa_tags.py \ qa/qa_utils.py @@ -191,7 +204,8 @@ dist_TESTS = \ test/ganeti.workerpool_unittest.py \ test/ganeti.rapi.resources_unittest.py \ test/ganeti.http_unittest.py \ - test/ganeti.constants_unittest.py + test/ganeti.constants_unittest.py \ + test/ganeti.cli_unittest.py nodist_TESTS = @@ -218,21 +232,24 @@ man/%.in: man/%.sgml stamp-directories $(REPLACE_VARS_SED) sed -f $(REPLACE_VARS_SED) < $< > $@ doc/%.pdf: doc/%.in $(DOCBOOK_WRAPPER) - $(DOCBOOK_WRAPPER) $< $@ + $(DOCBOOK_WRAPPER) "$(DOCBOOK2PDF)" $< $@ doc/%.html: doc/%.in $(DOCBOOK_WRAPPER) - $(DOCBOOK_WRAPPER) $< $@ + $(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $@ + +doc/%.html: doc/%.rst + $(RST2HTML) $< $@ -doc/rapi.pdf doc/rapi.html: doc/rapi-resources.sgml +doc/rapi.pdf doc/rapi.html doc/rapi.in: doc/rapi-resources.sgml doc/rapi-resources.sgml: $(BUILD_RAPI_RESOURCE_DOC) lib/rapi/connector.py PYTHONPATH=.:$(top_builddir) $(BUILD_RAPI_RESOURCE_DOC) > $@ || rm -f $@ man/%.7: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER) - $(DOCBOOK_WRAPPER) $< $@ + $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $@ man/%.8: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER) - $(DOCBOOK_WRAPPER) $< $@ + $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $@ man/footer.sgml $(TESTS): srclinks