diff options
| author | Alan Conway <aconway@apache.org> | 2006-12-07 18:40:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-12-07 18:40:06 +0000 |
| commit | 8acccbfa9493064e2bb6d38b830c1814ca0dc463 (patch) | |
| tree | 9a90a145d24ffe014c0a6f3ff6fcbd74d55d0e07 /cpp/Makefile.am | |
| parent | b5f9d52979afa9097b20a3210145e5f732ae0b12 (diff) | |
| download | qpid-python-8acccbfa9493064e2bb6d38b830c1814ca0dc463.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/qpid@483600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 + |
