diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua index d1ffde87903..99c62451c81 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/util-lib-imp-gm.lua @@ -6,6 +6,10 @@ if not modules then modules = { } end modules ['util-lib-imp-gm'] = { license = "see context related readme files", } +if true then + logs.report("warning","swiglib is no longer supported") +end + local graphicmagick = utilities.graphicmagick or { } utilities.graphicmagick = graphicmagick |