summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-23 22:24:20 +0000
committerChris Larson <clarson@kergoth.com>2003-10-23 22:24:20 +0000
commit1011ada389f928dc1af457378f8a5b1d21b418f8 (patch)
treeccf097b0e27780297d572ad68188d24613f1bc94
parentae17fc1d59cbbe2f92f4df8ef52dbe55a3d3d705 (diff)
Add initial vim-tiny package. builds in tiny mode (no vimdiff). cuts the binary size by a few hundred k. Still need to make the /usr/share/vim/* packaging more granular.
BKrev: 3f985514uMh7FKd2yuHI6mp4FUorVg
-rw-r--r--vim/vim-tiny_6.2.oe0
-rw-r--r--vim/vim_6.2.oe2
2 files changed, 2 insertions, 0 deletions
diff --git a/vim/vim-tiny_6.2.oe b/vim/vim-tiny_6.2.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/vim/vim-tiny_6.2.oe
diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe
index 1eb68b8c9c..b46efd2f5c 100644
--- a/vim/vim_6.2.oe
+++ b/vim/vim_6.2.oe
@@ -21,3 +21,5 @@ do_configure () {
touch auto/configure
touch auto/config.mk auto/config.h
}
+
+#FILES_${PN}-doc=${datadir}/vim/vim62/doc ${mandir} ${infodir}