- Timestamp:
- Feb 21, 2006, 12:47:32 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 82f7fed
- Parents:
- 3135bd6
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r3135bd6 r8bb75cec 95 95 <para os="j">Install the package:</para> 96 96 97 <screen os="k"><userinput>make install</userinput></screen> 97 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 98 99 <variablelist os="k1"> 100 <title>The meaning of the make option:</title> 101 102 <varlistentry> 103 <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter> 104 </term> 105 <listitem> 106 <para>This defines the directory that Vim's documentation will be 107 installed in. By default, Vim's documentation is installed in the 108 <filename class="directory">/usr/share/vim</filename> hierarchy. Other 109 packages install their documentation in the 110 <filename class="directory">/usr/share/doc</filename> hierarchy, so the 111 <parameter>HELPSUBLOC</parameter> option is used to ensure consistency. 112 </para> 113 </listitem> 114 </varlistentry> 115 116 </variablelist> 98 117 99 118 <para os="l">Many users are used to using <command>vi</command> instead of -
BOOK/final-system/multilib/vim.xml
r3135bd6 r8bb75cec 88 88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 89 89 href="../common/vim.xml" 90 xpointer="xpointer(//*[@os='k1'])"/> 91 92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 93 href="../common/vim.xml" 90 94 xpointer="xpointer(//*[@os='l'])"/> 91 95 -
BOOK/introduction/common/changelog.xml
r3135bd6 r8bb75cec 30 30 <itemizedlist> 31 31 <listitem> 32 <para>[name] - Changelog entry.</para>32 <para>[name] - New changelog entry.</para> 33 33 </listitem> 34 34 <listitem> 35 <para>[name] - Anotherchangelog entry.</para>35 <para>[name] - Previous changelog entry.</para> 36 36 </listitem> 37 37 </itemizedlist> … … 43 43 <itemizedlist> 44 44 <listitem> 45 <para>[manuel] - Install Vim's documentation to <filename 46 class="directory">/usr/share/doc/vim-&vim-version;</filename> instead 47 of <filename class="directory">/usr/share/vim/vim64/doc</filename>. 48 Ported from LFS-SVN.</para> 49 </listitem> 50 <listitem> 45 51 <para>[manuel] - Correct the instructions for running the 46 Mudule-Init-Tools' testsuite. </para>52 Mudule-Init-Tools' testsuite. Ported from LFS-SVN.</para> 47 53 </listitem> 48 54 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.