summaryrefslogtreecommitdiff
path: root/filegraph.dot
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-23 15:38:16 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-23 15:38:16 +0200
commit3f9f0bc4a14f7deae0ede11db626d93ba031c6b7 (patch)
treeb725c90706b719ec64c50b3608647a16851376dc /filegraph.dot
parentec80150b55f7c84465ee8b438aab3d8faf96cc10 (diff)
downloadluaotfload-3f9f0bc4a14f7deae0ede11db626d93ba031c6b7.tar.gz
update doc for new file names
Diffstat (limited to 'filegraph.dot')
-rw-r--r--filegraph.dot16
1 files changed, 11 insertions, 5 deletions
diff --git a/filegraph.dot b/filegraph.dot
index f02fb9a..a0eadec 100644
--- a/filegraph.dot
+++ b/filegraph.dot
@@ -27,6 +27,9 @@ strict digraph luaotfload_files { //looks weird with circo ...
/* ····································································
* file structure
* ································································· */
+ fontdbutil -> font_names [label="--update",
+ style=dashed]
+
luaotfload -> otfl_fonts_merged [label="merged"]
luaotfload -> merged_lua_libs [label="unmerged", style=solid]
luaotfload -> merged_luatex_fonts [label="unmerged", style=solid]
@@ -35,11 +38,6 @@ strict digraph luaotfload_files { //looks weird with circo ...
luaotfload -> luaotfload_libs
luaotfload -> otfl_blacklist_cnf
- mkglyphlist -> font_age [label="from glyphlist.txt",
- style=dashed]
- fontdbutil -> font_names [label="--update",
- style=dashed]
-
otfl_fonts_merged -> merged_lua_libs [label="merged",
style=dotted,
lhead=cluster_merged]
@@ -50,7 +48,15 @@ strict digraph luaotfload_files { //looks weird with circo ...
style=dotted,
lhead=cluster_merged]
+ merged_luatex_fonts -> font_age [label="luatex-fonts-enc.lua",
+ ltail=cluster_merged]
+
+ luaotfload_libs -> font_names [label="luaotfload-database.lua"]
+
+ mkglyphlist -> font_age [label="generates from glyphlist.txt",
+ style=dashed]
+ subgraph { rank = same; mkglyphlist; fontdbutil; luaotfload }
/* ····································································
* main files