mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: ./run is documented in guestfs-building(1), not README.
This commit is contained in:
@@ -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
4
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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user