comparison runtime/doc/Makefile @ 19526:22f0dda71638 v8.2.0320

patch 8.2.0320: no Haiku support Commit: https://github.com/vim/vim/commit/b3f740695a0199d22cd97aee314f06c7ae32d2ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 16:16:53 2020 +0100 patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes https://github.com/vim/vim/issues/5605)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 16:30:04 +0100
parents 94eda51ba9ba
children ac057cd4e5cb
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
62 options.txt \ 62 options.txt \
63 os_390.txt \ 63 os_390.txt \
64 os_amiga.txt \ 64 os_amiga.txt \
65 os_beos.txt \ 65 os_beos.txt \
66 os_dos.txt \ 66 os_dos.txt \
67 os_haiku.txt \
67 os_mac.txt \ 68 os_mac.txt \
68 os_mint.txt \ 69 os_mint.txt \
69 os_msdos.txt \ 70 os_msdos.txt \
70 os_os2.txt \ 71 os_os2.txt \
71 os_qnx.txt \ 72 os_qnx.txt \
202 options.html \ 203 options.html \
203 os_390.html \ 204 os_390.html \
204 os_amiga.html \ 205 os_amiga.html \
205 os_beos.html \ 206 os_beos.html \
206 os_dos.html \ 207 os_dos.html \
208 os_haiku.html \
207 os_mac.html \ 209 os_mac.html \
208 os_mint.html \ 210 os_mint.html \
209 os_msdos.html \ 211 os_msdos.html \
210 os_os2.html \ 212 os_os2.html \
211 os_qnx.html \ 213 os_qnx.html \
420 touch os_beos.txt 422 touch os_beos.txt
421 423
422 os_dos.txt: 424 os_dos.txt:
423 touch os_dos.txt 425 touch os_dos.txt
424 426
427 os_haiku.txt:
428 touch os_haiku.txt
429
425 os_mac.txt: 430 os_mac.txt:
426 touch os_mac.txt 431 touch os_mac.txt
427 432
428 os_mint.txt: 433 os_mint.txt:
429 touch os_mint.txt 434 touch os_mint.txt