build: ./run is documented in guestfs-building(1), not README.

This commit is contained in:
Richard W.M. Jones
2016-04-09 21:05:33 +01:00
parent f24753ebb0
commit eb364b15eb
2 changed files with 3 additions and 3 deletions

View File

@@ -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 "***"; \

4
run.in
View File

@@ -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:
#