]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
apidoc is actually a directory not a file.
authorTobias Brunner <tobias@strongswan.org>
Mon, 12 Jul 2010 13:28:55 +0000 (15:28 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 12 Jul 2010 13:28:55 +0000 (15:28 +0200)
Makefile.am

index 6ed121f678139cbd4e6413e3eb8aeeae0cfa0929..af0465feeb089d1053a985ac5b4a827e438ffbf3 100644 (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