document the new DEBUG option

This commit is contained in:
Matthias Mailänder
2015-06-11 06:29:57 +02:00
parent 2b834b54fb
commit 41215fe021

View File

@@ -1,10 +1,10 @@
############################# INSTRUCTIONS ############################# ############################# INSTRUCTIONS #############################
# #
# to compile, run: # to compile, run:
# make # make [DEBUG=false]
# #
# to compile with development tools, run: # to compile with development tools, run:
# make all # make all [DEBUG=false]
# #
# to check the official mods for erroneous yaml files, run: # to check the official mods for erroneous yaml files, run:
# make test # make test
@@ -22,7 +22,7 @@
# make [prefix=/foo] [bindir=/bar/bin] install-all # make [prefix=/foo] [bindir=/bar/bin] install-all
# #
# to install Linux startup scripts, desktop files and icons: # to install Linux startup scripts, desktop files and icons:
# make install-linux-shortcuts # make install-linux-shortcuts [DEBUG=false]
# #
# to uninstall, run: # to uninstall, run:
# make uninstall # make uninstall
@@ -422,10 +422,10 @@ uninstall:
help: help:
@echo to compile, run: @echo to compile, run:
@echo \ \ make @echo \ \ make [DEBUG=false]
@echo @echo
@echo to compile with development tools, run: @echo to compile with development tools, run:
@echo \ \ make all @echo \ \ make all [DEBUG=false]
@echo @echo
@echo to check the official mods for erroneous yaml files, run: @echo to check the official mods for erroneous yaml files, run:
@echo \ \ make test @echo \ \ make test
@@ -440,7 +440,7 @@ help:
@echo \ \ make \[prefix=/foo\] \[bindir=/bar/bin\] install-all @echo \ \ make \[prefix=/foo\] \[bindir=/bar/bin\] install-all
@echo @echo
@echo to install Linux startup scripts, desktop files and icons @echo to install Linux startup scripts, desktop files and icons
@echo \ \ make install-linux-shortcuts @echo \ \ make install-linux-shortcuts [DEBUG=false]
@echo @echo
@echo to uninstall, run: @echo to uninstall, run:
@echo \ \ make uninstall @echo \ \ make uninstall