Makefile.am revision 1.1.1.4
1# Copyright 2010-2020 Free Software Foundation, Inc.
2# This Makefile.am is free software; the Free Software Foundation
3# gives unlimited permission to copy and/or distribute it,
4# with or without modifications, as long as this notice is preserved.
5
6# This program is distributed in the hope that it will be useful,
7# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
8# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9# PARTICULAR PURPOSE.
10
11
12# Since we do not require GNU "make", let's select the POSIX behavior to
13# uniformize the behavior a bit more with various "make" implementations
14# and ease maintenance. This target should be removed only if one day,
15# we need to require GNU "make".
16.POSIX:
17
18dist_doc_DATA = FAQ.html
19
20info_TEXINFOS = mpfr.texi
21
22mpfr_TEXINFOS = texinfo.tex fdl.texi
23
24MAKEINFOFLAGS = --enable-encoding
25