[asterisk-commits] dlee: trunk r398205 - in /trunk: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 3 12:19:32 CDT 2013
Author: dlee
Date: Tue Sep 3 12:19:30 2013
New Revision: 398205
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398205
Log:
Fixed 'make clean' for wiki docs
........
Merged revisions 398198 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Tue Sep 3 12:19:30 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398149,398196
+/branches/12:1-398198
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=398205&r1=398204&r2=398205
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Sep 3 12:19:30 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