Author: aconway
Date: Mon Jul 20 14:21:07 2009
New Revision: 795853
URL: http://svn.apache.org/viewvc?rev=795853&view=rev
Log:
Fix problem with in-tree builds.
Modified:
qpid/trunk/qpid/cpp/docs/api/Makefile.am
Modified: qpid/trunk/qpid/cpp/docs/api/Makefile.am
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/docs/api/Makefile.am?rev=795853&r1=795852&r2=795853&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/docs/api/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/docs/api/Makefile.am Mon Jul 20 14:21:07 2009
@@ -27,8 +27,9 @@
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 $@
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]