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	c0419bt_.afm \
24	c0419bt_.pfb \
25	c0582bt_.afm \
26	c0582bt_.pfb \
27	c0583bt_.afm \
28	c0583bt_.pfb \
29	c0611bt_.afm \
30	c0611bt_.pfb \
31	c0632bt_.afm \
32	c0632bt_.pfb \
33	c0633bt_.afm \
34	c0633bt_.pfb \
35	c0648bt_.afm \
36	c0648bt_.pfb \
37	c0649bt_.afm \
38	c0649bt_.pfb
39
40fontdir = @FONTDIR@
41font_DATA = $(FONT_FILES)
42
43EXTRA_DIST = $(FONT_FILES) Copyright README.md
44
45MAINTAINERCLEANFILES = ChangeLog INSTALL
46
47install-data-hook:
48	@rm -f $(DESTDIR)$(fontdir)/fonts.scale
49	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
50	@rm -f $(DESTDIR)$(fontdir)/fonts.dir
51	$(MKFONTDIR) $(DESTDIR)$(fontdir)
52	@RUN_FCCACHE@
53
54distuninstallcheck:
55	@:
56
57
58.PHONY: ChangeLog INSTALL
59
60INSTALL:
61	$(INSTALL_CMD)
62
63ChangeLog:
64	$(CHANGELOG_CMD)
65
66dist-hook: ChangeLog INSTALL
67