This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
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
14 years ago
parent
2a6c215c45
commit
d305e2c35b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+ 1
- 1
Makefile.am
View File
@@ -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
Write
Preview
Loading…
Cancel
Save