summaryrefslogtreecommitdiff
path: root/support/make4ht/formats/docbook.lua
diff options
context:
space:
mode:
Diffstat (limited to 'support/make4ht/formats/docbook.lua')
-rw-r--r--support/make4ht/formats/docbook.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/make4ht/formats/docbook.lua b/support/make4ht/formats/docbook.lua
index 9e5ffe9488..3bd79eb83e 100644
--- a/support/make4ht/formats/docbook.lua
+++ b/support/make4ht/formats/docbook.lua
@@ -6,6 +6,7 @@ local kpse = require "kpse"
local filter = require "make4ht-filter"
local domfilter = require "make4ht-domfilter"
local xtpipeslib = require "make4ht-xtpipes"
+local log = logging.new "docbook"
function M.prepare_parameters(settings, extensions)
settings.tex4ht_sty_par = settings.tex4ht_sty_par ..",docbook"
@@ -25,7 +26,7 @@ local function call_xtpipes(make)
make:match("xml$", matchfunction)
move_matches(make)
else
- print "Cannot locate xtpipes. Try to set TEXMFROOT variable to a root directory of your TeX distribution"
+ log:warning "Cannot locate xtpipes. Try to set TEXMFROOT variable to a root directory of your TeX distribution"
end
end