]> sourceware.org Git - libabigail.git/commit
Fix manual documentation generation
authorDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 20:00:50 +0000 (21:00 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 20:00:50 +0000 (21:00 +0100)
commit27e958dbba37f01860374aeb7c04625f3e8106da
tree07ee610ed5443bc4e9483df7b4376542e11eb1b1
parent42474ecf70db290d0a68509fb241f70f8360e904
Fix manual documentation generation

The manual building was failing in make distcheck because it was being
built using the standard 'html' target.  That target needs the output
to not be rebuilt each time make install-html is called.  Which is not
easily possible for us.  So for now, the apidoc is being generated
using the html-doc target.  Also fix some other issues in the Makefile.

* doc/manuals/Makefile.am: Trigger the manual generation from the
html-doc target.  Add the source files to the distribution.  Fix
the clean target.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
doc/manuals/Makefile.am
This page took 0.031529 seconds and 5 git commands to generate.