apidoc is actually a directory not a file.

This commit is contained in:
Tobias Brunner 2010-07-12 15:28:55 +02:00
parent af7b34b13b
commit dcb4651d8c
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ endif
ACLOCAL_AMFLAGS = -I m4/config
EXTRA_DIST = Doxyfile.in CREDITS Android.mk.in Android.mk
CLEANFILES = apidoc Doxyfile
CLEANFILES = Doxyfile
BUILT_SOURCES = Android.mk
MAINTAINERCLEANFILES = Android.mk
@ -25,3 +25,6 @@ Doxyfile : Doxyfile.in
apidoc : Doxyfile
doxygen
clean-local:
rm -rf apidoc