summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs/api
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-15 16:45:21 +0000
committerAlan Conway <aconway@apache.org>2009-07-15 16:45:21 +0000
commite7881513358cf21203fdb0987807c18b599a5310 (patch)
tree5a98db4334ab6d232e8bc13cad1d6bcf5c64b176 /qpid/cpp/docs/api
parent6bd0e9b3ff37431b539bf2db22117c5ee099a2f9 (diff)
downloadqpid-python-e7881513358cf21203fdb0987807c18b599a5310.tar.gz
Merge branch 'move_public_h_to_include' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r--qpid/cpp/docs/api/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am
index 66169d5caf..63d48c323d 100644
--- a/qpid/cpp/docs/api/Makefile.am
+++ b/qpid/cpp/docs/api/Makefile.am
@@ -21,9 +21,6 @@
# Generate dependency files so its rebuilt only when needed.
#
-# TODO aconway 2007-04-12: html should have a
-# dependency on source/header files.
-
if HAVE_DOXYGEN
EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp
@@ -31,6 +28,7 @@ EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp
html: html.timestamp
html.timestamp:
+ cp $(srcdir)/header.html $(srcdir)/footer.html .
doxygen user.doxygen
touch $@