On Mon, Oct 21, 2019 at 10:00:36AM +0200, Pavel Hrdina wrote:
Historically we did not support VPATH builds and everything was
generated into source directory. The introduction of VPATH builds did
not changed the way how our documentation is handled.
This patch changes the rules to generate everything into build
directory and stops distributing generated files in order to have
properly separated VPATH builds.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
docs/Makefile.am | 113 ++++++++++++++++++++++------------------------
docs/apibuild.py | 2 +-
docs/hvsupport.pl | 37 +++++++--------
3 files changed, 74 insertions(+), 78 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano