Makefile.am: Fix 'make doc' for out-of-tree builds.

This commit is contained in:
Uwe Hermann 2013-12-27 02:39:06 +01:00
parent 7c3a1ee32a
commit 104f093dba
1 changed files with 2 additions and 2 deletions

View File

@ -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