Skip to content
Snippets Groups Projects
Commit 32d32543 authored by David M. Lee's avatar David M. Lee
Browse files

Fixed 'make clean' for wiki docs

........

Merged revisions 398198 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 8b5d178c
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment