summaryrefslogtreecommitdiffstats
path: root/editors/vimoutliner/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vimoutliner/INSTALL')
-rwxr-xr-xeditors/vimoutliner/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/vimoutliner/INSTALL b/editors/vimoutliner/INSTALL
new file mode 100755
index 0000000000..c82ee1d795
--- /dev/null
+++ b/editors/vimoutliner/INSTALL
@@ -0,0 +1,8 @@
+vimdir="$INSTALL_ROOT/usr/share/vim/vimfiles"
+
+cd "$SOURCE_DIRECTORY" &&
+for i in syntax ftplugin ftdetect doc colors vimoutliner vimoutliner/scripts; do
+ install -m755 -d "$vimdir/$i"
+ install -m644 "$i"/* "$vimdir/$i"
+done
+vim -c "helptags $vimdir/doc" -c q