1#  Copyright 2005 Red Hat, Inc.
2#
3#  Permission to use, copy, modify, distribute, and sell this software
4#  and its documentation for any purpose is hereby granted without
5#  fee, provided that the above copyright notice appear in all copies
6#  and that both that copyright notice and this permission notice
7#  appear in supporting documentation, and that the name of Red Hat
8#  not be used in advertising or publicity pertaining to distribution
9#  of the software without specific, written prior permission.  Red
10#  Hat makes no representations about the suitability of this software
11#  for any purpose.  It is provided "as is" without express or implied
12#  warranty.
13#
14#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
16#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18#  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19#  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20#  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21
22FONT_FILES = \
23	l047013t.afm \
24	l047013t.pfa \
25	l047016t.afm \
26	l047016t.pfa \
27	l047033t.afm \
28	l047033t.pfa \
29	l047036t.afm \
30	l047036t.pfa \
31	l048013t.afm \
32	l048013t.pfa \
33	l048016t.afm \
34	l048016t.pfa \
35	l048033t.afm \
36	l048033t.pfa \
37	l048036t.afm \
38	l048036t.pfa \
39	l049013t.afm \
40	l049013t.pfa \
41	l049016t.afm \
42	l049016t.pfa \
43	l049033t.afm \
44	l049033t.pfa \
45	l049036t.afm \
46	l049036t.pfa
47
48fontdir = @FONTDIR@
49font_DATA = $(FONT_FILES)
50
51EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH
52
53MAINTAINERCLEANFILES = ChangeLog INSTALL
54
55install-data-hook:
56	@rm -f $(DESTDIR)$(fontdir)/fonts.scale
57	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
58	@rm -f $(DESTDIR)$(fontdir)/font.dir
59	$(MKFONTDIR) $(DESTDIR)$(fontdir)
60	@RUN_FCCACHE@
61
62distuninstallcheck:
63	@:
64
65
66.PHONY: ChangeLog INSTALL
67
68INSTALL:
69	$(INSTALL_CMD)
70
71ChangeLog:
72	$(CHANGELOG_CMD)
73
74dist-hook: ChangeLog INSTALL
75