diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 03:37:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 03:37:28 +0000 |
commit | f5ab23e287e91a6f1bcaf77c5da82775bfc3d64c (patch) | |
tree | bb0bb23da846fb6243181496d03965195f85d404 /entities | |
parent | 653ab393f4c8635b1fb38366768c1658cc997457 (diff) |
Converted vim to new layout. Added an Alternatives section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/gawk.ent | 1 | ||||
-rw-r--r-- | entities/vim.ent | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/entities/gawk.ent b/entities/gawk.ent index 4b01b3cb8..783fa3e74 100644 --- a/entities/gawk.ent +++ b/entities/gawk.ent @@ -6,7 +6,6 @@ <!ENTITY c6-gawk SYSTEM "../chapter06/gawk.xml"> <!ENTITY c6-gawk-inst SYSTEM "../chapter06/gawk-inst.xml"> -<!ENTITY c6-gawk-exp SYSTEM "../chapter06/gawk-exp.xml"> <!ENTITY aa-gawk SYSTEM "../appendixa/gawk.xml"> <!ENTITY aa-gawk-shortdesc SYSTEM "../appendixa/gawk-shortdesc.xml"> diff --git a/entities/vim.ent b/entities/vim.ent index 50814e8c6..c8e9661ef 100644 --- a/entities/vim.ent +++ b/entities/vim.ent @@ -7,9 +7,11 @@ <!ENTITY c6-cf-vim SYSTEM "../chapter06/config-vim.xml"> <!ENTITY aa-vim SYSTEM "../appendixa/vim.xml"> -<!ENTITY aa-vim-desc SYSTEM "../appendixa/vim-desc.xml"> <!ENTITY aa-vim-dep SYSTEM "../appendixa/vim-dep.xml"> +<!ENTITY aa-vim-desc SYSTEM "../appendixa/vim-desc.xml"> <!ENTITY aa-vim-down SYSTEM "../appendixa/vim-down.xml"> +<!ENTITY aa-vim-shortdesc SYSTEM "../appendixa/vim-shortdesc.xml"> +<!ENTITY aa-vim-alt SYSTEM "../appendixa/vim-alt.xml"> <!ENTITY vim-version "6.1"> <!ENTITY vim-depversion "6.0"> |