From: Uwe Hermann Date: Fri, 27 Dec 2013 01:39:06 +0000 (+0100) Subject: Makefile.am: Fix 'make doc' for out-of-tree builds. X-Git-Tag: libserialport-0.1.0~15 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=104f093dba21da6e88b3c6d3349c489a5ac51be8;p=libserialport.git Makefile.am: Fix 'make doc' for out-of-tree builds. --- diff --git a/Makefile.am b/Makefile.am index ee562d0..7988bc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,5 +44,5 @@ ChangeLog: dist-hook: ChangeLog -doc: $(library_include_HEADERS) Doxyfile - doxygen +doc: $(library_include_HEADERS) $(top_srcdir)/Doxyfile + doxygen $(top_srcdir)/Doxyfile