blob: 4b4d6d6918c1d90d1b15180dbddb925bf82dddae (
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
|
$NetBSD: patch-aa,v 1.1.1.1 2006/11/14 21:20:55 joerg Exp $
--- Makefile.am.orig 2005-11-24 06:21:15.000000000 +0100
+++ Makefile.am
@@ -208,10 +208,6 @@ SUFFIXES = .bdf .pcf.gz t.bdf \
@rm -f $@
$(BDFTOPCF) -t $< | gzip > $@
-.bdft.bdf:
- @rm -f $@
- $(PERL) $(BDFTRUNCATE) 0x3200 < $< > $@
-
.bdf-ISO8859-1.bdf:
@rm -f $@
$(UCS2ANY) $< $(UTIL_DIR)/map-ISO8859-1 ISO8859-1
@@ -324,8 +320,6 @@ EXTRA_DIST = $(BDF_FILES) autogen.sh
all-local: $(BUILT_BDF_FILES) $(font_DATA)
install-data-hook:
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
|