diff options
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 82771c08f2..62eb5f17b0 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -300,7 +300,7 @@ MANPAGES = \ .SUFFIXES: .SUFFIXES: .c .o .txt .html .1 .man -all: tags manpages +all: tags manpages html # Use Vim to generate the tags file. Can only be used when Vim has been # compiled and installed. Supports multiple languages. @@ -351,5 +351,5 @@ perlhtml: tags $(DOCS) ./vim2html.pl tags $(DOCS) clean: - -rm -f doctags *.html tags.ref $(MANPAGES) + -rm -f doctags *.html tags.ref $(MANPAGES) $(HTMLS) errors.log |