summaryrefslogtreecommitdiff
path: root/cpp/docs/api
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-20 14:21:07 +0000
committerAlan Conway <aconway@apache.org>2009-07-20 14:21:07 +0000
commit2e8e5c8f80de21e0d1d492fe044c418fa60dca57 (patch)
treecc987fe807bb2312480d0b1d1dca08c7e0891a55 /cpp/docs/api
parentc1bb69df85668a1e9c5edff2847511eadbfe213a (diff)
downloadqpid-python-2e8e5c8f80de21e0d1d492fe044c418fa60dca57.tar.gz
Fix problem with in-tree builds.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r--cpp/docs/api/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am
index 63d48c323d..128c17ce9b 100644
--- a/cpp/docs/api/Makefile.am
+++ b/cpp/docs/api/Makefile.am
@@ -27,8 +27,9 @@ EXTRA_DIST = html user.doxygen developer.doxygen html.timestamp
html: html.timestamp
+
html.timestamp:
- cp $(srcdir)/header.html $(srcdir)/footer.html .
+ test $(srcdir) = . || cp $(srcdir)/header.html $(srcdir)/footer.html .
doxygen user.doxygen
touch $@