[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help needed - fonts issue



> I have a directory with PCF files and "fonts.dir" file.
> I would like to install those, but something is missing.
> Is is case sensitive ? Must I gzip those ? Isn't mkfontdis should make
> this ".dir" file ? Must I have "fonts.alias" file ?
>  I will appreciate any help.
> 

Here is a makefile I have for some Hebrew fonts. I believe it might help you. Please note that as far as I know fonts are now compressed with gzip and not with compress.

[03:24:40 /tmp]$ cat hebxfonts-0.2/Makefile 
#
# Makefile for installing the Hebrew fonts
# Avner Lottem (lottem@techunix.technion.ac.il)

all: courR14h 9x15h 10x20h 10x20vgah vgah 3270alh
        chmod 444 *.pcf.Z
        mv courR14h.pcf.Z /usr/lib/X11/fonts/100dpi
        mv 9x15h.pcf.Z 10x20h.pcf.Z 10x20vgah.pcf.Z vgah.pcf.Z 3270alh.pcf.Z \
                /usr/lib/X11/fonts/misc
        mkfontdir /usr/lib/X11/fonts/100dpi
        mkfontdir /usr/lib/X11/fonts/misc
        xset fp rehash

courR14h 9x15h 10x20h 10x20vgah vgah 3270alh:
        bdftopcf $@.bdf | compress > $@.pcf.Z
[03:24:53 /tmp]$ 

-- 
Shaul Karl		 		   shaulk@israsrv.net.il
	An elephant is a mouse with an operating system.



=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il