diff options
author | jim <empty> | 1989-09-19 16:25:26 +0000 |
---|---|---|
committer | jim <empty> | 1989-09-19 16:25:26 +0000 |
commit | 17a729638f2e1e56c97de5655d6c418993dcd32d (patch) | |
tree | cce2d62573a5def593361ebf64e1ee8ebf62d41f | |
parent | 5b1c1648facd5bf36159525715c3c1ca4310175d (diff) |
added fonts.alias
-rw-r--r-- | xc/fonts/bdf/100dpi/Imakefile | 1 | ||||
-rw-r--r-- | xc/fonts/bdf/75dpi/Imakefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xc/fonts/bdf/100dpi/Imakefile b/xc/fonts/bdf/100dpi/Imakefile index aa59c2034..ef763f93f 100644 --- a/xc/fonts/bdf/100dpi/Imakefile +++ b/xc/fonts/bdf/100dpi/Imakefile @@ -276,5 +276,6 @@ FontTarget(lutRS24) InstallFonts($(FONTINSTDIR)) +InstallFontAliases($(FONTINSTDIR)) depend:: diff --git a/xc/fonts/bdf/75dpi/Imakefile b/xc/fonts/bdf/75dpi/Imakefile index 3449a9185..ca47413b8 100644 --- a/xc/fonts/bdf/75dpi/Imakefile +++ b/xc/fonts/bdf/75dpi/Imakefile @@ -276,5 +276,6 @@ FontTarget(lutRS24) InstallFonts($(FONTINSTDIR)) +InstallFontAliases($(FONTINSTDIR)) depend:: |