summaryrefslogtreecommitdiff
path: root/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
commit366916dc747b462858252271a6993d244f59768a (patch)
treede0f1a27ff50058c6f8e084c9ac1595892032f00 /cpp/docs/api
parent6bcc8e7c8591c623fdcc5c75f6e3759bbe27eeca (diff)
downloadqpid-python-366916dc747b462858252271a6993d244f59768a.tar.gz
Merge branch 'move_public_h_to_include' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r--cpp/docs/api/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am
index 66169d5caf..63d48c323d 100644
--- a/cpp/docs/api/Makefile.am
+++ b/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 $@