From db3c466928965b4c87a367d7ca48d7f87d50d92e Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 24 Apr 2016 14:58:16 +0200 Subject: Doxygen: enable tagfile generation and usage for cross-project references We also don't remove the html/ component of the path to be consistent with libosmocore and allow possible future installation of pdf/latex/... Signed-off-by: Sylvain Munaut --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b541e38..59c6a33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,12 +27,12 @@ $(top_builddir)/doc/html/index.html: $(SOURCES) Doxyfile $(DOXYGEN) Doxyfile install-data-hook: - cd $(DESTDIR)$(htmldir) && tar xf html.tar --strip-components 1 && rm -f html.tar + cd $(DESTDIR)$(htmldir) && tar xf html.tar && rm -f html.tar uninstall-hook: rm -rf $(DESTDIR)$(htmldir) -DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar +DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar doc/*.tag endif -- cgit v1.2.3