[asterisk-commits] dlee: branch 12 r398198 - /branches/12/Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Sep  3 09:36:44 CDT 2013
    
    
  
Author: dlee
Date: Tue Sep  3 09:36:42 2013
New Revision: 398198
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398198
Log:
Fixed 'make clean' for wiki docs
Modified:
    branches/12/Makefile
Modified: branches/12/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/12/Makefile?view=diff&rev=398198&r1=398197&r2=398198
==============================================================================
--- branches/12/Makefile (original)
+++ branches/12/Makefile Tue Sep  3 09:36:42 2013
@@ -416,7 +416,8 @@
 	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
 
    
    
More information about the asterisk-commits
mailing list