diff options
author | gildea <empty> | 1992-03-24 17:56:56 +0000 |
---|---|---|
committer | gildea <empty> | 1992-03-24 17:56:56 +0000 |
commit | eb5a677b991d9d327c59bc7bd6663b78302df1e2 (patch) | |
tree | d0f054f8d885012ddf08859924395688a7e30bfd /xc/fonts | |
parent | 4dfedf610cd9f04d3cfd28a9a3bc94231caa5b77 (diff) |
Add dependency on fonts.scale. Close XBUG #5073
Diffstat (limited to 'xc/fonts')
-rw-r--r-- | xc/fonts/scaled/Speedo/Imakefile | 4 | ||||
-rw-r--r-- | xc/fonts/scaled/Type1/Imakefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xc/fonts/scaled/Speedo/Imakefile b/xc/fonts/scaled/Speedo/Imakefile index 8704bddd5..f0654cfc6 100644 --- a/xc/fonts/scaled/Speedo/Imakefile +++ b/xc/fonts/scaled/Speedo/Imakefile @@ -1,10 +1,10 @@ -XCOMM $XConsortium: Imakefile,v 1.4 91/08/21 17:27:55 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.5 91/10/31 13:05:20 rws Exp $ OBJS = font0648.spd font0649.spd font0709.spd font0710.spd \ font0419.spd font0582.spd font0583.spd font0611.spd FONTINSTDIR = $(FONTDIR)/Speedo -MakeFontsDir(NullParameter) +MakeFontsDir(fonts.scale) InstallFonts($(FONTINSTDIR)) InstallFontScale($(FONTINSTDIR)) diff --git a/xc/fonts/scaled/Type1/Imakefile b/xc/fonts/scaled/Type1/Imakefile index 8a8060eb0..e678003ea 100644 --- a/xc/fonts/scaled/Type1/Imakefile +++ b/xc/fonts/scaled/Type1/Imakefile @@ -1,10 +1,10 @@ -XCOMM $XConsortium: Imakefile,v 1.1 91/10/10 13:45:54 rws Exp $ +XCOMM $XConsortium: Imakefile,v 1.2 91/10/31 13:05:36 rws Exp $ OBJS = UTRG____.pfa UTB_____.pfa UTBI____.pfa UTI_____.pfa \ cour.pfa courb.pfa courbi.pfa couri.pfa FONTINSTDIR = $(FONTDIR)/Type1 -MakeFontsDir(NullParameter) +MakeFontsDir(fonts.scale) InstallFonts($(FONTINSTDIR)) InstallFontScale($(FONTINSTDIR)) |