Skip to content
Snippets Groups Projects
Commit 5b404208 authored by Jason Parker's avatar Jason Parker
Browse files

Fix typo with XML docs.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392898 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 31a55242
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment