/
githubmirror
/
mpfr
Обзор
Документация
Войти
/
githubmirror
/
mpfr
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/Makefile.am
29 строк
1017 B
Vincent Lefevre
Updated the "Contributed" lines.
02 фев 2025, 02:39
02 фев 2025, 02:39
a774f60
Код
Авторство
О чём код?
# Copyright 2010-2025 Free Software Foundation, Inc. # Contributed by the Pascaline and Caramba projects, INRIA. # This file is part of the GNU MPFR Library. # This Makefile.am is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # The ".POSIX" line is needed in particular for GNU "make", so that # recipes are invoked as if the shell had been passed the -e flag. # But note that since GNU Automake adds non-comment lines before it # in its generated Makefile, this does not ensure POSIX behavior with # other "make" implementations. .POSIX: dist_doc_DATA = FAQ.html info_TEXINFOS = mpfr.texi mpfr_TEXINFOS = texinfo.tex fdl.texi MAKEINFOFLAGS = --enable-encoding