aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/Makefile
Commit message (Collapse)AuthorAge
* build/doc: generate vimindex.htmlJustin M. Keyes2018-08-25
| | | | | | | | | This note in runtime/doc/Makefile explains the special-case: index.html is the starting point for HTML, but for the help files it is help.txt. Therefore use vimindex.html for index.txt. fix #8907
* build: Make clean targets more thoroughJames McCoy2016-12-02
|
* build: define `doc_html` taskJustin M. Keyes2016-06-06
| | | | Defines a dependency on the doc tags.
* Be more explicit about the lack of X11 integrationMichael Reed2015-11-10
| | | | | I don't want anyone getting the idea that the `-X` flag they might have used has anything to do with why the `+` is working for them
* Man pages: Move to nvim namespace and out of `runtime/`Michael Reed2015-05-13
| | | | | Also clean up man page references in `runtime/doc/Makefile` as it doesn't deal with them anymore.
* runtime/doc/Makefile: Use `wildcard`Michael Reed2015-04-16
|
* Remove unused 'if_[language].txt': Clean upMichael Reed2015-04-10
| | | | | | 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`
* doc: Begin terminal emulator documentationThiago de Arruda2015-03-29
| | | | | | With some spacing/indentation fixes. Helped by: @Pyrohh, @kopischke
* doc: Introduce vim-differences #2141Michael Reed2015-03-26
| | | | | | | This documents the differences between nvim and nvim. Regarding the removal of references to 'renderoptions': it was never added in the first place, so there's no need to mention its "removal".
* Remove vimdiffMichael Reed2015-02-03
| | | | | | | While we're here: - Remove references to the '+diff' feature, which has since been made non-optional. - Update a few Vim instances with Nvim.
* Remove easy modeFelipe Morales2015-01-15
|
* runtime: Refer to plugins running outside Nvim as "remote plugins"Thiago de Arruda2014-11-21
| | | | | | - Rename autoload/rpc to autoload/remote - External plugins are now remote plugins - External plugins directory is "rplugin"
* doc: Add nvim_provider/external_plugin to doc MakefileThiago de Arruda2014-11-20
|
* doc: cleanupStefan Hoffmann2014-10-06
| | | | | | | * fix some links * typo * remove reference to hangul_input * remove unused vim2html.pl
* doc: remove netbeans.txtStefan Hoffmann2014-10-06
|
* doc: remove workshop.txtStefan Hoffmann2014-10-06
|
* doc: remove if_ole.txtStefan Hoffmann2014-10-06
|
* doc: remove if_sniff.txtStefan Hoffmann2014-10-06
|
* doc: remove gui_w16.txtStefan Hoffmann2014-10-06
|
* doc: remove legacy os_*.txtStefan Hoffmann2014-10-06
| | | | keeping os_dos.txt, see #1115
* doc: add new doc files to MakefileStefan Hoffmann2014-09-20
|
* doc: use `cat` instead of `more` to display errorsStefan Hoffmann2014-09-20
| | | | `more` may cause the travis build to hang
* doc: remove links that point nowhereStefan Hoffmann2014-09-20
| | | | `make html` displays errors for links that are not in the tagfile
* doc: move manpages into their own folderStefan Hoffmann2014-09-20
|
* doc: remove uganda.nsis.txt targetStefan Hoffmann2014-09-20
| | | | | It seems that this file was used in the windows installer as license file.
* doc: remove encoding conversion targetsStefan Hoffmann2014-09-20
| | | | | this deletes the source files wich have an utf-8 generated file. in the next step the generated *UTF-8.1* files will be renamed.
* doc: remove some unnecessary targetsStefan Hoffmann2014-09-20
| | | | these files got all imported, no ned to create them
* doc: remove reference to config.mk, hangulin.txtStefan Hoffmann2014-09-20
| | | | needed to get `make html` to work.
* Remove version{4,5,6,7}.txtFredrik Fornwall2014-08-26
|
* Remove os_msdos.txt due to dropped MS-DOS supportFredrik Fornwall2014-08-18
|
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>