From 5f27b051033920711dec7096b65c3af128f111f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 15 Sep 2013 12:04:14 +0200 Subject: [PATCH] update documentation --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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