Imported Upstream version 1.22.4
[platform/upstream/groff.git] / font / scripts / scripts.am
1 # Copyright (C) 2015-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 under
8 # the terms of the GNU General Public License as published by the Free
9 # Software Foundation, either version 2 of the License, or (at your
10 # option) any later version.
11 #
12 # groff is distributed in the hope that it will be useful, but WITHOUT
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 # 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 # Scripts for font files generation
21 GENFONTSSH=$(top_srcdir)/font/scripts/genfonts.sh
22 GENDESCSH = $(top_srcdir)/font/scripts/gendesc.sh
23 EXTRA_DIST += $(GENFONTSSH) $(GENDESCSH)
24
25 ########################################################################
26 # Editor settings
27 ########################################################################
28 #
29 # Local Variables:
30 # mode: makefile-automake
31 # fill-column: 72
32 # End:
33 # vim: set filetype=automake textwidth=72: