You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2009/07/20 16:21:07 UTC

svn commit: r795853 - /qpid/trunk/qpid/cpp/docs/api/Makefile.am

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:commits-subscribe@qpid.apache.org