Skip to content
Snippets Groups Projects
Commit 2f238654 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

remove any generated doxygen docs during distclean

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent eaf0524c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment