update documentation

This commit is contained in:
Matthias Mailänder
2013-09-15 12:04:14 +02:00
parent 80179a19c2
commit 5f27b05103

View File

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