summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-09-24 08:35:06 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-09-24 08:35:06 +0000
commit70836422c56f1720a020796035b8c95a48b7a4e4 (patch)
tree40360e78146e222d491d5eb4ac69b066027efcc6 /Makefile.am
parent60dbbf438298b86885599542d8958766a8ed41c1 (diff)
downloadmpfr-70836422c56f1720a020796035b8c95a48b7a4e4.tar.gz
added MAKEINFOFLAGS = --enable-encoding to get 8-bit characters in mpfr.info
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2439 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f2c246f95..7cd0607a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,5 +15,7 @@ info_TEXINFOS = mpfr.texi
mpfr_TEXINFOS = fdl.texi
+MAKEINFOFLAGS = --enable-encoding
+
tests:
cd tests ; make tests