diff --git a/doc/Makefile.in b/doc/Makefile.in
index a392f915..55b3ba4b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -106,12 +106,14 @@ install.wgetrc:
 	     echo ' $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new'; \
 	     $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC).new; \
 	     echo; \
-	     echo "WARNING: Differing \`$(WGETRC)' already exists and"; \
-	     echo "         has been spared.  You might want to consider"; \
-	     echo "         merging in the new lines from \`$(WGETRC).new'."; \
+	     echo "WARNING: Differing \`$(WGETRC)'"; \
+	     echo "         exists and has been spared.  You might want to"; \
+	     echo "         consider merging in the new lines from"; \
+	     echo "         \`$(WGETRC).new'."; \
 	     echo; \
 	     echo "<Hit RETURN to acknowledge>\c"; \
 	     read user_input; \
+	     echo; \
 	  fi; \
 	else \
 	  $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(WGETRC); \