From 8acccbfa9493064e2bb6d38b830c1814ca0dc463 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 7 Dec 2006 18:40:06 +0000 Subject: Added "make html" target to build doxygen documentation in docs/api/html. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483600 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/Makefile.am') diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 2dc0c22b08..644b1519dc 100644 --- a/cpp/Makefile.am +++ b/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 + -- cgit v1.2.1