summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-13 00:39:49 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-13 00:39:49 +0200
commite771fd94a7a3a935addcb9fab3571f482cab355a (patch)
tree60828737b0486b21a323721828ef1f4fc541b6ea /Makefile.am
parent71aad8c606984b3869b0e771efa9efda14aa0cf4 (diff)
downloadgmp-e771fd94a7a3a935addcb9fab3571f482cab355a.tar.gz
* Makefile.am (SUBDIRS): Move doc subdirectory from EXTRA_DIST.
(info_TEXINFOS, gmp_TEXINFOS): Moved to doc/Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index f6db4dcd2..5a4ccbf75 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,9 +84,10 @@ endif
# "tests" ahead of "mpfr" ensures tests/t-constants is run before the
# mpfr/tests programs.
#
-SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd $(MPFR_DIR) demos tune
+SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd $(MPFR_DIR) \
+ demos tune doc
-EXTRA_DIST = doc macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
+EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
if WANT_CXX
GMPXX_HEADERS_OPTION = gmpxx.h
@@ -290,10 +291,6 @@ libmp_la_LDFLAGS = $(GMP_LDFLAGS) \
EXTRA_DIST += libmp.sym
-info_TEXINFOS = gmp.texi
-gmp_TEXINFOS = fdl.texi
-
-
install-data-hook:
@echo ''
@echo '+-------------------------------------------------------------+'