diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-03-25 17:21:53 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-04-10 16:38:11 -0400 |
| commit | 5bc151c2a401aa2b91adc783b9155895c6a483d1 (patch) | |
| tree | c8b3f59b38422e9611b33c6607dd13909059a256 /runtime/doc/Makefile | |
| parent | b0cc6eadd79af1fcd31f0c02d6e7c77c4c6d69bc (diff) | |
| download | rneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.tar.gz rneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.tar.bz2 rneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.zip | |
Remove unused 'if_[language].txt': Clean up
Regarding |script-here|: despite being a language agnostic piece of
advice, it was in `if_perl.txt`. Regardless, we now only have one
support for one legacy plugin interface, so put it in `if_pyth.txt`
Diffstat (limited to 'runtime/doc/Makefile')
| -rw-r--r-- | runtime/doc/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 4bced03d7e..e0d6e48cb9 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -34,12 +34,7 @@ DOCS = \ helphelp.txt \ howto.txt \ if_cscop.txt \ - if_lua.txt \ - if_mzsch.txt \ - if_perl.txt \ if_pyth.txt \ - if_ruby.txt \ - if_tcl.txt \ indent.txt \ index.txt \ insert.txt \ @@ -156,12 +151,7 @@ HTMLS = \ helphelp.html \ howto.html \ if_cscop.html \ - if_lua.html \ - if_mzsch.html \ - if_perl.html \ if_pyth.html \ - if_ruby.html \ - if_tcl.html \ indent.html \ index.html \ insert.html \ |