blob: 649dd56b6132db5de4cdbb2db9163a783a91ae6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
XCOMM $Xorg: Imakefile,v 1.1 2003/10/22 02:42:52 gisburn Exp $
XPFONTS = \
Courier-Bold.pmf \
Courier-BoldOblique.pmf \
Courier-Oblique.pmf \
Courier.pmf \
Helvetica-Bold.pmf \
Helvetica-BoldOblique.pmf \
Helvetica-Oblique.pmf \
Helvetica.pmf \
Symbol.pmf \
Times-Bold.pmf \
Times-BoldItalic.pmf \
Times-Italic.pmf \
Times-Roman.pmf
XPMODELNAME = SPSPARC2
MODELDIR = $(XPRINTDIR)/C/print/models/$(XPMODELNAME)
MODELFONTDIR = $(MODELDIR)/fonts
# We reuse some of the PSdefault fonts
PARENTMODELFONTDIR=../../PSdefault/fonts
InstallXpMultiplePMFLinks($(XPFONTS),$(PARENTMODELFONTDIR),$(MODELFONTDIR))
InstallXpPMFFontsDir($(MODELFONTDIR))
|