| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.14 2007/05/14 19:52:06 pioto Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.15 2007/05/14 20:04:07 pioto Exp $ |
| 4 | # |
4 | # |
| 5 | # This eclass is used by vim.eclass and vim-plugin.eclass to update |
5 | # This eclass is used by vim.eclass and vim-plugin.eclass to update |
| 6 | # the documentation tags. This is necessary since vim doesn't look in |
6 | # the documentation tags. This is necessary since vim doesn't look in |
| 7 | # /usr/share/vim/vimfiles/doc for documentation; it only uses the |
7 | # /usr/share/vim/vimfiles/doc for documentation; it only uses the |
| 8 | # versioned directory, for example /usr/share/vim/vim62/doc |
8 | # versioned directory, for example /usr/share/vim/vim62/doc |
| … | |
… | |
| 66 | "+helptags $d/doc" \ |
66 | "+helptags $d/doc" \ |
| 67 | '+qa!' </dev/null &>/dev/null |
67 | '+qa!' </dev/null &>/dev/null |
| 68 | fi |
68 | fi |
| 69 | done |
69 | done |
| 70 | |
70 | |
| 71 | [[ -n "${vim}" ]] && rm "${vim}" |
71 | [[ -n "${vim}" && -f "${vim}" ]] && rm "${vim}" |
| 72 | } |
72 | } |