diff --git a/Makefile b/Makefile index 36ce93d835..5cd75c0976 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,12 @@ # to compile with development tools, run: # make all # +# to check the official mods for erroneous yaml files, run: +# make test +# +# to generate documentation aimed at modders, run: +# make docs +# # to install, run: # make [prefix=/foo] [bindir=/bar/bin] install # @@ -373,6 +379,12 @@ help: @echo to compile with development tools, run: @echo \ \ make all @echo + @echo to check the official mods for erroneous yaml files, run: + @echo \ \ make test + @echo + @echo to generate documentation aimed at modders, run: + @echo \ \ make docs + @echo @echo to install, run: @echo \ \ make \[prefix=/foo\] \[bindir=/bar/bin\] install @echo