diff options
author | Alan Conway <aconway@apache.org> | 2009-07-20 14:21:07 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-07-20 14:21:07 +0000 |
commit | d990c2660bfa2cd218d79d5dd81a696fbf1f1900 (patch) | |
tree | 49d83462d7b17d214fc900c80760685851441e8a /qpid/cpp/docs/api | |
parent | a86f4edcb85253259716fd10618930c0de1380d5 (diff) | |
download | qpid-python-d990c2660bfa2cd218d79d5dd81a696fbf1f1900.tar.gz |
Fix problem with in-tree builds.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api')
-rw-r--r-- | qpid/cpp/docs/api/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/docs/api/Makefile.am b/qpid/cpp/docs/api/Makefile.am index 63d48c323d..128c17ce9b 100644 --- a/qpid/cpp/docs/api/Makefile.am +++ b/qpid/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 $@ |