diff --git a/bin/rsync-cp b/bin/rsync-cp
deleted file mode 100755
index 1be0392c5fa021e4080bbfe2eddae21060bccdf5..0000000000000000000000000000000000000000
--- a/bin/rsync-cp
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-#        --extended-attributes \
-
-rsync \
-	--archive \
-	--rsh=ssh \
-	--compress \
-	--partial \
-	--include "*/" --include "*" \
-        --progress \
-	-v \
-	$*
diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index e6a741edc578864e0e33cbb6f3c9fe07ae5d86bb..27f037ac2dbee332477297dc99d65ac65d310647 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -1090,6 +1090,14 @@ Programmers are cautioned not
 to use this component option except at the @code{defsystem} level, as
 this anomalous behavior may be removed without warning.
 
+Finally, you might look into the @code{asdf-system-connections} extension,
+that will let you define additional code to be loaded
+when two systems are simultaneously loaded.
+It may or may not be considered good style, but at least it can be used
+in a way that has deterministic behavior independent of load order,
+unlike @code{weakly-depends-on}.
+
+
 @subsection Pathname specifiers
 @cindex pathname specifiers
 
diff --git a/doc/index.html b/doc/index.html
index 856e344a5846f2928adbdc17abe26d1ef731b7fb..6a51a32f0f2fca9938c4aa6c444f1580be594c57 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -243,6 +243,10 @@ Peter Graves <gnooth@gmail.com>
 	  <li><a href="http://common-lisp.net/project/qitab/"
 		 >poiu</a>,
 	    to compile a system in parallel.</li>
+	  <li><a href="http://common-lisp.net/project/asdf-system-connections/"
+		 >asdf-system-connections</a>,
+	    lets you specify systems that are automatically loaded when
+            two other systems are loaded, to connect them.</li>
 	  <li><a href="http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
 		 >asdf-flv</a>,
 	    to bind file-local variables around the compilation of some files.</li>
@@ -371,7 +375,7 @@ Peter Graves <gnooth@gmail.com>
         <a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"> <img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
         <p><span class="copyright"Copyright &copy; 2001-2013 Daniel Barlow and contributors</span></p>
         <p>ASDF has an <a href="http://www.opensource.org/licenses/mit-license.php">MIT style</a> license</p>
-        <div id="timestamp">Last updated 2013-02-05</div>
+        <div id="timestamp">Last updated 2013-02-16</div>
     </div>
   </body>
 </html>