We have a README.rst file now, but it's better to just point at the documentation for further information about how to build barebox. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a2fdf0c68d2..3de35d3a34cc 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ NAME = None # *DOCUMENTATION* # To see a list of typical targets execute "make help" -# More info can be located in ./README +# More info can be located in the documentation. # Comments in this file are targeted only to the developer, do not # expect to learn how to build the kernel reading this file. @@ -1355,7 +1355,7 @@ endif @echo ' make C=2 [targets] Force check of all c source with $$CHECK' @echo '' @echo 'Execute "make" or "make all" to build all targets marked with [*] ' - @echo 'For further info see the ./README file' + @echo 'For further info see the documentation' # Generate tags for editors # --------------------------------------------------------------------------- -- 2.39.5