diff options
-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:: |