Skip to content
Snippets Groups Projects
Commit d305e2c3 authored by zwelch's avatar zwelch
Browse files

Fix make docs rule to work with out-of-tree builds.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1891 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 2a6c215c
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ EXTRA_DIST = Doxyfile
docs: pdf html doxygen
doxygen::
doxygen Doxyfile 2>&1 | perl tools/logger.pl > doxygen.log
(cd $(srcdir) && doxygen Doxyfile 2>&1 | perl tools/logger.pl ) > doxygen.log
doxygen-clean:
rm -f -r doxygen doxygen.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment