summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-07 18:40:06 +0000
committerAlan Conway <aconway@apache.org>2006-12-07 18:40:06 +0000
commit257503fa74231c8a48015250635d4d547777315f (patch)
tree5526e06f5b841ecdb3f33507da84fcfdf63ab80e /qpid/cpp/Makefile.am
parent80bb488c29ef21987ad340a12629e0bd8187b6c9 (diff)
downloadqpid-python-257503fa74231c8a48015250635d4d547777315f.tar.gz
Added "make html" target to build doxygen documentation in docs/api/html.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
-rw-r--r--qpid/cpp/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index 2dc0c22b08..644b1519dc 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -1,10 +1,11 @@
AUTOMAKE_OPTIONS = 1.9.2 foreign
ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = DESIGN LICENSE.txt NOTICE.txt README.rhel3
+EXTRA_DIST = README-dist DESIGN LICENSE.txt NOTICE.txt README.rhel3
-SUBDIRS = gen lib tests src
+SUBDIRS = gen lib tests src docs/api
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
+