mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
runtime(doc): symlinking netrw.txt causes problems during install on Windows
So let's remove the symlink and copy the netrw documentation back into runtime/doc directory. While at it, add a Makefile target to do this whenever runtime/pack/dist/opt/netrw/doc/netrw.txt is updated. fixes: #16878 fixes: #16872 Co-authored-by: Brandon Maier <brandon.maier@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
84a7503e29
commit
5f2a959553
@ -141,6 +141,9 @@ os_risc.txt:
|
||||
os_win32.txt:
|
||||
touch $@
|
||||
|
||||
pi_netrw.txt: ../pack/dist/opt/netrw/doc/netrw.txt
|
||||
cp ../pack/dist/opt/netrw/doc/netrw.txt $@
|
||||
|
||||
vietnamese.txt:
|
||||
touch $@
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../pack/dist/opt/netrw/doc/netrw.txt
|
3663
runtime/doc/pi_netrw.txt
Normal file
3663
runtime/doc/pi_netrw.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user