Home
last modified time | relevance | path

Searched refs:helpsource (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dinstallman.sh25 helpsource=$7
51 if test -r $helpsource/vim$langadd.1; then
66 $helpsource/vim$langadd.1 > $destdir/$exename.1
71 if test -r $helpsource/vimtutor$langadd.1; then
75 $helpsource/vimtutor$langadd.1 > $destdir/$exename""tutor.1
80 if test -r $helpsource/vimdiff$langadd.1; then
82 cp $helpsource/vimdiff$langadd.1 $destdir/$vimdiffname.1
87 if test -r $helpsource/evim$langadd.1; then
91 $helpsource/evim$langadd.1 > $destdir/$evimname.1
116 if test $what = "xxd" -a -r "$helpsource/xxd${langadd}.1"; then
[all …]