From 5b40420813318e08b9186d41aaf1d1aaff8d61e1 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 25 Jun 2013 20:25:55 +0000 Subject: Fix typo with XML docs. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392898 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41b337c4a..6cca3aafa 100644 --- a/Makefile +++ b/Makefile @@ -476,7 +476,7 @@ doc/core-en_US.xml: makeopts .lastclean $(XML_core_en_US) @echo "" >> $@ 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) -- cgit v1.2.3