From c665b45011826f6d7e7b295bc8ee1ebc7bf11090 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 2 Aug 2017 18:26:19 +0300 Subject: [PATCH] build/autotools: make doxygen's input relative Was meant to be a part of 41bea9a. Signed-off-by: Ran Benita --- Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 092b771..0c5732d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,13 +154,13 @@ src/xkbcomp/parser.h: $(top_builddir)/src/$(am__dirstamp) $(top_builddir)/src/xk if ENABLE_DOCS if HAVE_DOXYGEN doxygen_input = \ - $(top_srcdir)/README.md \ - $(top_srcdir)/doc/quick-guide.md \ - $(top_srcdir)/doc/compat.md \ - $(top_srcdir)/xkbcommon/xkbcommon.h \ - $(top_srcdir)/xkbcommon/xkbcommon-names.h \ - $(top_srcdir)/xkbcommon/xkbcommon-x11.h \ - $(top_srcdir)/xkbcommon/xkbcommon-compose.h + README.md \ + doc/quick-guide.md \ + doc/compat.md \ + xkbcommon/xkbcommon.h \ + xkbcommon/xkbcommon-names.h \ + xkbcommon/xkbcommon-x11.h \ + xkbcommon/xkbcommon-compose.h doc/html: doc/Doxyfile $(doxygen_input) $(AM_V_GEN)(\ -- 2.7.4