mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
19 lines
597 B
Makefile
19 lines
597 B
Makefile
# Copyright 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
|
|
# 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.
|
|
|
|
|
|
dist_doc_DATA = FAQ.html
|
|
|
|
info_TEXINFOS = mpfr.texi
|
|
|
|
mpfr_TEXINFOS = fdl.texi
|
|
|
|
MAKEINFOFLAGS = --enable-encoding
|