From eb364b15ebd5f6576d3b1392eafb5aa523fccced Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 9 Apr 2016 21:05:33 +0100 Subject: [PATCH] build: ./run is documented in guestfs-building(1), not README. --- Makefile.am | 2 +- run.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb9cc1bf3..50687f61b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -298,7 +298,7 @@ install: else \ echo "***"; \ echo "*** Using 'make install' is usually a very bad idea."; \ - echo "*** Use the './run' script instead - see the README."; \ + echo "*** Use the './run' script instead - see the guestfs-building(1) man page."; \ echo "***"; \ echo "*** You can override this by setting REALLY_INSTALL=yes, but don't do that."; \ echo "***"; \ diff --git a/run.in b/run.in index c91183416..cbf94b1dd 100755 --- a/run.in +++ b/run.in @@ -28,8 +28,8 @@ # This works for any C program, virt tools, and most non-C bindings # and programs in the libguestfs distribution. # -# For lots more ways to use this script, see the libguestfs README -# file. +# For lots more ways to use this script, see the libguestfs +# guestfs-building(1) man page. # # The script should also be used for tests like this: #