Module: sip-router Branch: 3.2 Commit: 019c69196f96c929f5aee2763fa619ce17d5debb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=019c6919...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Nov 3 22:10:52 2011 +0100
docbook: remove double quotes around XML_CATALOG_FILES (cherry picked from commit c22415ba7a65e0a054cb625440812aae292ea2d5)
---
docbook/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docbook/Makefile b/docbook/Makefile index afe583d..0fd61e2 100644 --- a/docbook/Makefile +++ b/docbook/Makefile @@ -116,7 +116,7 @@ endif ifeq ($(nocatalog),yes) XMLCATALOGX= else -XMLCATALOGX="XML_CATALOG_FILES=$(catalog)" +XMLCATALOGX=XML_CATALOG_FILES=$(catalog) endif
all_deps = Makefile $(docbook_dir)/Makefile $(docbook_dir)/entities.xml \