diff --git a/Makefile b/Makefile index 7d297f0ba0..26df9296ef 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,6 @@ # to check the official mod dlls for StyleCop violations, run: # make check # -# to generate documentation aimed at modders, run: -# make docs -# # to install, run: # make [prefix=/foo] [bindir=/bar/bin] install # @@ -495,9 +492,6 @@ help: @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