From d990c2660bfa2cd218d79d5dd81a696fbf1f1900 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 20 Jul 2009 14:21:07 +0000 Subject: Fix problem with in-tree builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795853 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/api/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/docs/api') 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 $@ -- cgit v1.2.1