Browse Source

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
tags/v0.2.0
zwelch 15 years ago
parent
commit
d305e2c35b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -16,7 +16,7 @@ EXTRA_DIST = Doxyfile
docs: pdf html doxygen docs: pdf html doxygen


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: doxygen-clean:
rm -f -r doxygen doxygen.log rm -f -r doxygen doxygen.log


Loading…
Cancel
Save