From: Ran Benita Date: Wed, 2 Aug 2017 15:26:19 +0000 (+0300) Subject: build/autotools: make doxygen's input relative X-Git-Tag: xkbcommon-0.8.0~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c665b45011826f6d7e7b295bc8ee1ebc7bf11090;p=platform%2Fupstream%2Flibxkbcommon.git build/autotools: make doxygen's input relative Was meant to be a part of 41bea9a. Signed-off-by: Ran Benita --- 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)(\