]> sourceware.org Git - libabigail.git/commit
Fix apidoc building
authorDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 19:57:24 +0000 (20:57 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 20:00:16 +0000 (21:00 +0100)
commit42474ecf70db290d0a68509fb241f70f8360e904
tree3decb9e6ecf6fb321690c0b7fca2739c69c61f63
parentc5ac6e828bbb9214998dcbf1a2feb5b3196ef222
Fix apidoc building

The apidoc 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.

* doc/Makefile.am: Trigger the building frm the html-doc target.

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