Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | genappimage.sh: set CMAKE_INSTALL_MANDIR | Justin M. Keyes | 2017-06-19 |
| | | | | | | | | Avoids attempt to install manpage to system location. Also: - Don't attempt `nvim --version` until after it was built. - Remove unnecessary `mkdir`. | ||
* | dist: AppImage #6638 | AdnoC | 2017-05-04 |
scripts/genappimage.sh produces an executable: nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage Closes #6083 |