diff options
| author | Michael Forney <mforney@mforney.org> | 2016-05-19 01:20:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-05-19 01:20:03 -0700 |
| commit | 85cb3fbbb9711e57e75b657ecef61130b041683f (patch) | |
| tree | 352d954df29bd8269b031559bd11e6b7900317b8 | |
| parent | addcd3fe22424b1803bf04b4ddc170192a0a0fc8 (diff) | |
Add terminus from plan9fonts
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | desktop/gen.rc | 1 | ||||
| m--------- | desktop/plan9fonts/src | 0 | ||||
| -rw-r--r-- | gen.rc | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8c4c283a..8ee1ec3c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "core/zlib/src"] path = core/zlib/src url = https://github.com/madler/zlib +[submodule "desktop/plan9fonts/src"] + path = desktop/plan9fonts/src + url = https://github.com/rtrn/plan9fonts diff --git a/desktop/gen.rc b/desktop/gen.rc new file mode 100644 index 00000000..3714d086 --- /dev/null +++ b/desktop/gen.rc @@ -0,0 +1 @@ +subgen plan9fonts diff --git a/desktop/plan9fonts/src b/desktop/plan9fonts/src new file mode 160000 +Subproject dabdac9923f0bbf56a538a5cf2a65d566ec9bf3 @@ -1,4 +1,5 @@ subgen core +subgen desktop file .perms '$outdir'/root.perms 644 |
