Makefile.am: Fix 'make doc' for out-of-tree builds.
This commit is contained in:
parent
7c3a1ee32a
commit
104f093dba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue