Commit fd82b89eb900a266ede2346ebc726a3f3ab21292

Ran Benita 2017-08-01T23:32:57

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>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index 42c6ae9..8a6ee17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)