Changeset 2686
- Timestamp:
- 09/18/06 03:09:47 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/final-system/common/texinfo.xml
r1583 r2686 46 46 <screen os="g"><userinput>make install</userinput></screen> 47 47 48 <para os="h">Optionally, install the components belonging in a TeX 49 installation:</para> 50 51 <screen os="i"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen> 52 53 <variablelist os="j"> 54 <title>The meaning of the make parameter:</title> 55 56 <varlistentry> 57 <term><parameter>TEXMF=/usr/share/texmf</parameter></term> 58 <listitem> 59 <para>The <envar>TEXMF</envar> makefile variable holds the location 60 of the root of the TeX tree if, for example, a TeX package will be 61 installed later.</para> 62 </listitem> 63 </varlistentry> 64 65 </variablelist> 66 67 <para os="k">The Info documentation system uses a plain text file to hold 48 <para os="h">The Info documentation system uses a plain text file to hold 68 49 its list of menu entries. The file is located at 69 50 <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional … … 73 54 the following optional commands will accomplish the task:</para> 74 55 75 <screen os=" l" role="nodump"><userinput>cd /usr/share/info56 <screen os="i" role="nodump"><userinput>cd /usr/share/info 76 57 rm dir 77 58 for f in * branches/clfs-1.0/BOOK/final-system/multilib/texinfo.xml
r779 r2686 64 64 xpointer="xpointer(//*[@os='i'])"/> 65 65 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"67 href="../common/texinfo.xml"68 xpointer="xpointer(//*[@os='j'])"/>69 70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"71 href="../common/texinfo.xml"72 xpointer="xpointer(//*[@os='k'])"/>73 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"75 href="../common/texinfo.xml"76 xpointer="xpointer(//*[@os='l'])"/>77 78 66 </sect2> 79 67 branches/clfs-1.0/BOOK/introduction/common/changelog.xml
r2671 r2686 38 38 39 39 <listitem> 40 <para>September 18, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed TeX installation commands from Texinfo 44 instructions.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>September 16, 2006</para> 41 51 <itemizedlist>
