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
parent
41bea9ab2b
commit
fd82b89eb9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue