summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/font-age.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/font-age.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/font-age.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/font-age.lua b/Master/texmf-dist/tex/context/base/font-age.lua
index 741bb475ab2..ba8f0bb0b84 100644
--- a/Master/texmf-dist/tex/context/base/font-age.lua
+++ b/Master/texmf-dist/tex/context/base/font-age.lua
@@ -4,10 +4,11 @@ if not modules then modules = { } end modules ['font-age'] = {
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
copyright = "derived from http://www.adobe.com/devnet/opentype/archives/glyphlist.txt",
original = "Adobe Glyph List, version 2.0, September 20, 2002",
+ dataonly = true,
}
if context then
- texio.write_nl("fatal error: this module is not for context")
+ logs.report("fatal error","this module is not for context")
os.exit()
end