dect
/
asterisk
Archived
13
0
Fork 0

remove any generated doxygen docs during distclean

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35650 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-06-23 08:32:19 +00:00
parent 1d084d17d7
commit 917167a8f0
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