You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/11/15 16:59:44 UTC

svn commit: r1542303 - /subversion/trunk/Makefile.in

Author: brane
Date: Fri Nov 15 15:59:44 2013
New Revision: 1542303

URL: http://svn.apache.org/r1542303
Log:
* Makefile.in (doc-clean): Clean docs from the build tree, not the source tree.

Modified:
    subversion/trunk/Makefile.in

Modified: subversion/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1542303&r1=1542302&r2=1542303&view=diff
==============================================================================
--- subversion/trunk/Makefile.in (original)
+++ subversion/trunk/Makefile.in Fri Nov 15 15:59:44 2013
@@ -681,8 +681,8 @@ doc-javahl:
 	  org.apache.subversion.javahl.util
 
 doc-clean:
-	rm -rf $(top_srcdir)/doc/doxygen
-	rm -rf $(top_srcdir)/doc/javadoc
+	rm -rf $(abs_builddir)/doc/doxygen
+	rm -rf $(abs_builddir)/doc/javadoc
 
 # Converting from the .rnc XML shcemas to various other schema formats.
 SCHEMAS_DTD = $(SCHEMA_DIR)/blame.dtd $(SCHEMA_DIR)/info.dtd \