remove any generated doxygen docs during distclean

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2006-06-23 08:32:19 +00:00
parent eaf0524c40
commit 2f238654de
1 changed files with 1 additions and 0 deletions

View File

@ -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