[svn-commits] qwell: branch qwell/ari-originate2 r392900 - /team/qwell/ari-originate2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 25 15:28:34 CDT 2013


Author: qwell
Date: Tue Jun 25 15:28:32 2013
New Revision: 392900

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392900
Log:
Fix typo with XML docs.
........

Merged revisions 392898 from http://svn.asterisk.org/svn/asterisk/trunk

Modified:
    team/qwell/ari-originate2/   (props changed)
    team/qwell/ari-originate2/Makefile

Propchange: team/qwell/ari-originate2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jun 25 15:28:32 2013
@@ -1,1 +1,1 @@
-/trunk:1-392888
+/trunk:1-392899

Modified: team/qwell/ari-originate2/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/qwell/ari-originate2/Makefile?view=diff&rev=392900&r1=392899&r2=392900
==============================================================================
--- team/qwell/ari-originate2/Makefile (original)
+++ team/qwell/ari-originate2/Makefile Tue Jun 25 15:28:32 2013
@@ -476,7 +476,7 @@
 	@echo "</docs>" >> $@
 
 ifneq ($(GREP),)
-  XMX_full_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null))
+  XML_full_en_US = $(foreach dir,$(MOD_SUBDIRS),$(shell $(GREP) -l "language=\"en_US\"" $(dir)/*.c $(dir)/*.cc 2>/dev/null))
 endif
 
 doc/full-en_US.xml: makeopts .lastclean $(XML_full_en_US)




More information about the svn-commits mailing list