summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 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
-
-