summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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