Patch 4352bf6 changed RAPI docs to RST from the previous SGML format (the last
file to be converted to RST).
However, it didn't add rapi.rst to the docrst Makefile variable, and as such
rapi.html was neither build nor shipped in the archive. We fix this and we also
distribute doc/rapi-resources.gen since otherwise “make distcheck” has issues
(since this file is built and thus lives in _built whereas rapi.rst is shipped
and lives in topsrcdir).
Note: yes, this means that no 2.0 release until now had a rapi.html file.
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 26d6b1c..2f7baf2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -116,6 +116,7 @@ docrst = \
doc/hooks.rst \
doc/iallocator.rst \
doc/install.rst \
+ doc/rapi.rst \
doc/security.rst
dochtml = $(patsubst %.rst,%.html,$(docrst))
@@ -160,6 +161,7 @@ EXTRA_DIST = \
$(docrst) \
$(docdot) \
doc/build-rapi-resources-doc \
+ doc/rapi-resources.gen \
doc/examples/bash_completion.in \
doc/examples/ganeti.initd.in \
doc/examples/ganeti.cron.in \
--
1.6.5.3