diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-12 15:40:43 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-12 15:40:43 +0100 |
commit | 58c1e5b7e51731b62c3f68b7e7e8e9e6b429a106 (patch) | |
tree | 44fcf0739f214664eb9bff1b3615f117eb79e7e6 /doc/filegraph.dot | |
parent | e47da57c6aaf5e6ea35ff1b2b254850555891654 (diff) | |
parent | bc387f73c965feaf71a4c0939f46d08a1e4a33b9 (diff) | |
download | luaotfload-58c1e5b7e51731b62c3f68b7e7e8e9e6b429a106.tar.gz |
Merge pull request #306 from phi-gamma/master
improved packaging
Diffstat (limited to 'doc/filegraph.dot')
-rw-r--r-- | doc/filegraph.dot | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/filegraph.dot b/doc/filegraph.dot index 9773ebd..de60823 100644 --- a/doc/filegraph.dot +++ b/doc/filegraph.dot @@ -54,7 +54,7 @@ strict digraph luaotfload_files { //looks weird with circo ... fontdbutil -> fontdbutil_diagnostics [label="--diagnose"] fontdbutil -> status [label="version information"] - luaotfload_package -> fontloader [label="merges", style=dashed] + mkimport -> fontloader [label="merges", style=dashed] merged_luatex_fonts -> characters [label="luaotfload-auxiliary.lua", ltail=cluster_merged] @@ -108,14 +108,6 @@ strict digraph luaotfload_files { //looks weird with circo ... style = "filled,rounded", penwidth=2] - luaotfload_package [label = "luaotfload-package.lua", - shape = rect, - width = "3.2cm", - height = "1.2cm", - color = "#01012222", - style = "filled,rounded", - penwidth=2] - fontdbutil_diagnostics [label = "luaotfload-diagnostics.lua", shape = rect, width = "3.2cm", |