Fixed 'make clean' for wiki docs

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@398198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-09-03 14:36:42 +00:00
parent db28aabbe7
commit 0b78a83eb3

View File

@@ -416,7 +416,8 @@ _clean:
rm -f main/version.c
rm -f doc/core-en_US.xml
rm -f doc/full-en_US.xml
rm -f docs/rest-api/*.wiki
rm -f doc/rest-api/*.wiki
rm -f rest-api-templates/*.pyc
@$(MAKE) -C menuselect clean
cp -f .cleancount .lastclean