btrfs-progs: build: document install targets

Enumerate what exactly gets installed.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2019-11-19 18:06:56 +01:00
parent 9a03f6d41f
commit c56439735a
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
# all all main tools and the shared library
# static build static binaries, requires static version of the libraries
# test run the full testsuite
# install install to default location (/usr/local)
# install install binaries, shared libraries and header files to default
# location (/usr/local)
# install-static
# install the static binaries, static libraries and header files
# to default locationh (/usr/local)
# clean clean built binaries (not the documentation)
# clean-all clean as above, clean docs and generated files
#