summaryrefslogtreecommitdiffstats
path: root/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/Makefile')
-rw-r--r--fonts/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/fonts/Makefile b/fonts/Makefile
index 1992745..643df92 100644
--- a/fonts/Makefile
+++ b/fonts/Makefile
@@ -1,5 +1,7 @@
GFXBOOT_FONT = gfxboot-font
KEYMAPCHARS = gfxboot-keymapchars
+FONTDIR = /usr/share/fonts
+TTFDIR = $(FONTDIR)/TTF
all: .ready
@@ -17,23 +19,19 @@ fonts: 16x16.fnt
-t tmp.txt \
-t ../src/main.log \
-t ../data-install/langs \
- -f NachlieliCLM-Bold:size=14:c=0x590-0x5ff \
- -f KacstOne:size=14:c=0x600-0x6ff,0xfe70-0xfefc:dy=2 \
+ -p $(TTFDIR)/bengali:$(TTFDIR)/dejavu:$(TTFDIR)/lohit:$(TTFDIR)/korean:$(TTFDIR)/tamil:$(TTFDIR)/thai:$(FONTDIR)/lklug:$(FONTDIR)/wqy \
-f MuktiNarrow:size=18:c=0x0981-0x09fa:bold=1 \
-f lohit_hi:size=18:c=0x0901-0x0970:bold=1 \
- -f lohit_pa:size=19:c=0x0a01-0x0a74:bold=1:autohint=1 \
+ -f lohit_pa:size=17:c=0x0a01-0x0a74:bold=1:autohint=1 \
-f lohit_gu:size=18:c=0x0a81-0x0af1:bold=1 \
-f TSCu_Paranar:size=18:c=0x0b82-0x0bfa:dy=2:bold=1 \
-f lklug:size=17:c=0x0d82-0x0df4:bold=1:dy=1 \
- -f Loma:size=17:c=0x0e01-0x0e7f:bold=0:dy=-2 \
- -f Loma:size=17:c=0x0e81-0x0eff:bold=0:dy=-2 \
- -f KhmerOS_sys:size=16:c=0x1780-0x17f9:dy=-2 \
+ -f Loma:size=17:c=0x0e01-0x0eff:bold=0:dy=-2 \
-f DejaVuSans-Bold:size=14:autohint=0 \
-f wenquanyi_12pt.pcf:size=16:bold=1 \
- -f gulim:size=17:bold=1:nobitmap=1:autohint=1 \
+ -f UnDotum:size=17:bold=1:autohint=1 \
16x16.fnt >16x16.fnt.log
rm -f tmp.txt
clean:
rm -f .ready *~
-