Add 'docs' and 'doxygen' targets to top-level Makefile.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1858 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-20 20:52:14 +00:00
parent 8686a33807
commit e666807a6f
2 changed files with 42 additions and 0 deletions

View File

@@ -13,6 +13,14 @@ SUBDIRS = src doc
EXTRA_DIST = Doxyfile
docs: pdf html doxygen
doxygen::
doxygen Doxyfile 2>&1 | perl tools/logger.pl > doxygen.log
doxygen-clean:
rm -f -r doxygen doxygen.log
MAINTAINERCLEANFILES = \
configure \
Makefile.in \