build/autotools: install documentation under html/

To be consistent with the meson build; also makes more sense as doxygen
can generate more than html (though we currently are not doing that).

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2017-08-01 23:32:57 +03:00
parent 41bea9ab2b
commit fd82b89eb9
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ clean-local:: clean-doc
install-data-local:: doc
$(MKDIR_P) $(DESTDIR)$(htmldir)
$(INSTALL_DATA) doc/html/* $(DESTDIR)$(htmldir)
$(INSTALL_DATA) doc/html $(DESTDIR)$(htmldir)
uninstall-local::
rm -rf $(DESTDIR)$(htmldir)