Skip to content

Commit

Permalink
build: ./run is documented in guestfs-building(1), not README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Apr 9, 2016
1 parent f24753e commit eb364b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 "***"; \
Expand Down
4 changes: 2 additions & 2 deletions run.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#
Expand Down

0 comments on commit eb364b1

Please sign in to comment.