build/autotools: install documentation under html/
authorRan Benita <ran234@gmail.com>
Tue, 1 Aug 2017 20:32:57 +0000 (23:32 +0300)
committerRan Benita <ran234@gmail.com>
Tue, 1 Aug 2017 20:35:22 +0000 (23:35 +0300)
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>
Makefile.am

index 42c6ae9..8a6ee17 100644 (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)