[sr-dev] git:4.2:9e293335: docbook/Makefile: use default system catalog implicitely

Daniel-Constantin Mierla miconda at gmail.com
Thu Jan 15 20:21:15 CET 2015


Module: kamailio
Branch: 4.2
Commit: 9e293335585598e6f7bf7c9e58a0bee4cc9eb068
URL: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee4cc9eb068

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-15T20:12:33+01:00

docbook/Makefile: use default system catalog implicitely

- custom catalog can be forced with nocatalog=no

(cherry picked from commit 508b11011c85bb21e5bd4212a16fabb9136e22fa)

---

Modified: docbook/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee4cc9eb068.diff
Patch: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee4cc9eb068.patch

---

diff --git a/docbook/Makefile b/docbook/Makefile
index 0fd61e2..ec5841d 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -99,6 +99,10 @@ html_css ?= /css/sr-doc.css
 # file or docbook xsl stylesheets are being installed.
 catalog  ?= $(docbook_dir)/catalog.xml
 
+# Use standard catalog from OS, set it to no to use the above path to a
+# custom catalog file.
+nocatalog ?= yes
+
 lynx     ?= lynx
 dia      ?= dia
 xsltproc ?= xsltproc




More information about the sr-dev mailing list