Imported Upstream version 1.22.4
[platform/upstream/groff.git] / font / devX100-12 / devX100-12.am
1 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
2 #
3 # Last update: 13 Aug 2015
4 #
5 # This file is part of 'groff'.
6 #
7 # 'groff' is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # 'groff' is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 # General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20 DEVX10012FONTS = \
21   font/devX100-12/DESC \
22   font/devX100-12/TR \
23   font/devX100-12/TI \
24   font/devX100-12/TB \
25   font/devX100-12/TBI \
26   font/devX100-12/CR \
27   font/devX100-12/CI \
28   font/devX100-12/CB \
29   font/devX100-12/CBI \
30   font/devX100-12/HR \
31   font/devX100-12/HI \
32   font/devX100-12/HB \
33   font/devX100-12/HBI \
34   font/devX100-12/NR \
35   font/devX100-12/NI \
36   font/devX100-12/NB \
37   font/devX100-12/NBI \
38   font/devX100-12/S
39
40 if !WITHOUT_X11
41 devX10012fontdir = $(fontdir)/devX100-12
42 devX10012font_DATA = $(DEVX10012FONTS)
43 endif
44
45 EXTRA_DIST += $(DEVX10012FONTS)
46
47
48 ########################################################################
49 # Editor settings
50 ########################################################################
51 #
52 # Local Variables:
53 # mode: makefile-automake
54 # fill-column: 72
55 # End:
56 # vim: set filetype=automake textwidth=72: