From: Kevin P. Fleming Date: Fri, 23 Jun 2006 08:32:19 +0000 (+0000) Subject: remove any generated doxygen docs during distclean X-Git-Tag: 1.4.0-beta1~788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f238654def8b4b9410ef62a3c4c0590072836ed;p=thirdparty%2Fasterisk.git remove any generated doxygen docs during distclean git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35650 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index aabc917017..c74f7c40f0 100644 --- a/Makefile +++ b/Makefile @@ -516,6 +516,7 @@ dist-clean: clean rm -rf autom4te.cache rm -f include/autoconfig.h rm -f include/asterisk/buildopts.h + rm -rf doc/api datafiles: all if [ x`$(ID) -un` = xroot ]; then sh build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi