summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 11:27:07 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 11:27:07 +0000
commit46877e5c437c4523143c5b04223888770357f618 (patch)
tree986354cdc363347844749a7c87d7d3a3c8033eca
parent08edcef1c32fdc936f0b2a1e3d49317513145887 (diff)
downloadmpc-46877e5c437c4523143c5b04223888770357f618.tar.gz
Add documentation makefiles.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@83 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d5aeae..63cf235 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,4 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
-SUBDIRS = src tests
+SUBDIRS = src tests doc
include_HEADERS = $(top_srcdir)/src/mpc.h
-
-
diff --git a/configure.ac b/configure.ac
index e5dc94f..8693783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,5 +45,5 @@ AC_TYPE_SIZE_T
# Checks for library functions.
-AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile doc/Makefile])
AC_OUTPUT
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..e76f94c
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,2 @@
+## doc/Makefile.am -- Process this file with automake to produce Makefile.in
+info_TEXINFOS = mpc.texi