Improved installation instructions displayed after "make all" target completes.

This commit is contained in:
William Kendrick 2006-09-10 18:25:25 +00:00
parent 614f6573e7
commit bccc668039

View file

@ -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