Imported Upstream version 1.22.4
[platform/upstream/groff.git] / arch / mingw / mingw.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 under
8 # the terms of the GNU General Public License as published by the Free
9 # 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 WITHOUT ANY
13 # 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 # mingw.am
21 #
22 WINSCRIPTS=\
23   arch/mingw/afmtodit.cmd \
24   arch/mingw/chem.cmd \
25   arch/mingw/gperl.cmd \
26   arch/mingw/gpinyin.cmd \
27   arch/mingw/grap2graph.cmd \
28   arch/mingw/groffer.cmd \
29   arch/mingw/grog.cmd \
30   arch/mingw/gropdf.cmd \
31   arch/mingw/mmroff.cmd \
32   arch/mingw/neqn.cmd \
33   arch/mingw/pdfmom.cmd \
34   arch/mingw/roff2dvi.cmd \
35   arch/mingw/roff2html.cmd \
36   arch/mingw/roff2pdf.cmd \
37   arch/mingw/roff2ps.cmd \
38   arch/mingw/roff2text.cmd \
39   arch/mingw/roff2x.cmd
40
41 if BUILD_WINSCRIPTS
42 bin_SCRIPTS += $(WINSCRIPTS)
43 else
44 EXTRA_DIST += $(WINSCRIPTS)
45 endif
46
47
48 ########################################################################
49 ### Emacs settings
50 # Local Variables:
51 # mode: makefile-automake
52 # End: