Changeset e042e4ce


Ignore:
Timestamp:
04/07/2017 01:06:47 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e0eadd4
Parents:
c92637d
Message:

Add a vim-majmin entity, bring the value in ninja up to date.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18569 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ninja.xml

    rc92637d re042e4ce  
    125125<screen role="root"><userinput>install -vm755 ninja /usr/bin/ &amp;&amp;
    126126install -vDm644 misc/ninja.vim \
    127                 /usr/share/vim/vim74/syntax/ninja.vim &amp;&amp;
     127                /usr/share/vim/vim&vim-majmin;/syntax/ninja.vim &amp;&amp;
    128128install -vDm644 misc/bash-completion \
    129129                /usr/share/bash-completion/completions/ninja &amp;&amp;
  • packages.ent

    rc92637d re042e4ce  
    6666<!ENTITY nano-version                 "2.8.0">
    6767<!ENTITY vim-version                  "8.0.069">
     68<!ENTITY vim-majmin                   "80">
    6869
    6970<!-- Chapter 7 -->
  • postlfs/editors/vim.xml

    rc92637d re042e4ce  
    136136    consistent with the location of documentation for other packages:</para>
    137137
    138 <!-- When updating, be sure to change the line below for the proper 'vimxx' unpacked
     138<!-- When updating, be sure to change the vim-majmin entity for the proper 'vimxx' unpacked
    139139     directory -->
    140140
    141 <screen role="root"><userinput>ln -snfv ../vim/vim80/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
     141<screen role="root"><userinput>ln -snfv ../vim/vim&vim-majmin;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    142142
    143143    <para>If you wish to update the runtime files, issue the
     
    255255      from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
    256256      them to <filename class="directory"> ~/.vim/spell </filename> or in
    257       <filename class="directory">/usr/share/vim/vim80/spell/</filename>.</para>
     257      <filename class="directory">/usr/share/vim/vim&vim-majmin;/spell/</filename>.</para>
    258258
    259259      <para>To find out what's new in <application>Vim-&vim-version;</application>
Note: See TracChangeset for help on using the changeset viewer.