From bccc66803907f257c6f63699a261d5aa04e942c0 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sun, 10 Sep 2006 18:25:25 +0000 Subject: [PATCH] Improved installation instructions displayed after "make all" target completes. --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a540d7359..38f28ee1f 100644 --- a/Makefile +++ b/Makefile @@ -123,9 +123,15 @@ all: tuxpaint translations @echo "--------------------------------------------------------------" @echo @echo "Done compiling." - @echo "Now (probably as 'root' superuser), run 'make install'" + @echo + @echo "Now run 'make install' with any options you ran 'make' with." @echo "to install Tux Paint." @echo + @echo "You may need superuser ('root') priveleges, depending on" + @echo "where you're installing." + @echo "(Depending on your system, you either need to 'su' first," + @echo "or run 'sudo make install'.)" + @echo releaseclean: @echo