mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user