xserver/XpConfig/C/print/models/PSdefault/fonts/Makefile.am
Søren Sandmann Pedersen c65fde5343 Make the server distcheck:
- Fix up the XpConfig directory to remove the stuff it installs
- Add a few files to CLEANFILES here and there
2005-09-28 20:38:42 +00:00

44 lines
1,000 B
Makefile

xpcdir = @xpconfigdir@/C/print/models/PSdefault/fonts
dist_xpc_DATA = \
AvantGarde-BookOblique.pmf \
AvantGarde-Book.pmf \
AvantGarde-DemiOblique.pmf \
AvantGarde-Demi.pmf \
Courier-BoldOblique.pmf \
Courier-Bold.pmf \
Courier-Oblique.pmf \
Courier.pmf \
Helvetica-BoldOblique.pmf \
Helvetica-Bold.pmf \
Helvetica-Oblique.pmf \
Helvetica.pmf \
LubalinGraph-BookOblique.pmf \
LubalinGraph-Book.pmf \
LubalinGraph-DemiOblique.pmf \
LubalinGraph-Demi.pmf \
NewCenturySchlbk-BoldItalic.pmf \
NewCenturySchlbk-Bold.pmf \
NewCenturySchlbk-Italic.pmf \
NewCenturySchlbk-Roman.pmf \
Souvenir-DemiItalic.pmf \
Souvenir-Demi.pmf \
Souvenir-LightItalic.pmf \
Souvenir-Light.pmf \
Symbol.pmf \
Times-BoldItalic.pmf \
Times-Bold.pmf \
Times-Italic.pmf \
Times-Roman.pmf \
ZapfDingbats.pmf
dest = $(DESTDIR)$(xpcdir)
remove-stuff:
@rm -f $(dest)/fonts.dir
install-data-hook: remove-stuff
$(MKFONTSCALE) -b -s -l $(dest)
uninstall-hook: remove-stuff