Fix typo with XML docs.
authorJason Parker <jparker@digium.com>
Tue, 25 Jun 2013 20:25:55 +0000 (20:25 +0000)
committerJason Parker <jparker@digium.com>
Tue, 25 Jun 2013 20:25:55 +0000 (20:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392898 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 41b337c..6cca3aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -476,7 +476,7 @@ doc/core-en_US.xml: makeopts .lastclean $(XML_core_en_US)
        @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)