diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-03 23:33:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-03 23:33:13 -0500 |
commit | 0165de0228387aa2ee2341ce9bf318a7fdf2f9c7 (patch) | |
tree | c74f508929a72ce599394a8516ed751836f88bde /runtime | |
parent | cc33aebd8eeee57cef6d30f0048d0837c96818be (diff) | |
parent | d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da (diff) | |
download | rneovim-0165de0228387aa2ee2341ce9bf318a7fdf2f9c7.tar.gz rneovim-0165de0228387aa2ee2341ce9bf318a7fdf2f9c7.tar.bz2 rneovim-0165de0228387aa2ee2341ce9bf318a7fdf2f9c7.zip |
Merge pull request #5707 from jamessan/moar-cleaning
build: Make clean targets more thorough
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 3d10d0ea98..dabbcd08d9 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -36,5 +36,5 @@ tags.ref tags.html: tags $(AWK) -f maketags.awk tags >tags.html clean: - -rm -f *.html tags.ref $(HTMLS) errors.log + -rm -f *.html tags.ref $(HTMLS) errors.log tags |