diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-12-28 15:27:19 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-12-28 15:27:19 +0100 |
commit | 8cfddf43469d6a07eab8e73c1b8331bfdc261e82 (patch) | |
tree | 230b9d869cf0c80cf013a89ff9905f53db38c371 | |
parent | 80546569c8e3f4c890155a968e4f0084153a90b7 (diff) | |
download | luaotfload-8cfddf43469d6a07eab8e73c1b8331bfdc261e82.tar.gz |
[doc] don’t mention mkluatexfontdb.lua in file graph
-rw-r--r-- | filegraph.dot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/filegraph.dot b/filegraph.dot index 85b1793..9eccd80 100644 --- a/filegraph.dot +++ b/filegraph.dot @@ -82,7 +82,7 @@ strict digraph luaotfload_files { //looks weird with circo ... * main files * ································································· */ - fontdbutil [label = "luaotfload-tool.lua\nmkluatexfontdb.lua", + fontdbutil [label = "luaotfload-tool.lua", shape = rect, width = "3.2cm", height = "1.2cm", @@ -150,7 +150,6 @@ strict digraph luaotfload_files { //looks weird with circo ... * luaotfload files * ································································· */ - characters [style = "filled,dashed", shape = rect, width = "3.2cm", |