[svn-commits] qwell: trunk r392898 - /trunk/Makefile

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


Author: qwell
Date: Tue Jun 25 15:25:55 2013
New Revision: 392898

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

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=392898&r1=392897&r2=392898
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jun 25 15:25:55 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