Changeset 60fe836
- Timestamp:
- Sep 17, 2006, 8:09:47 PM (18 years ago)
- Children:
- 8132e4e
- Parents:
- 5ef5e33
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/texinfo.xml
r5ef5e33 r60fe836 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 * -
final-system/multilib/texinfo.xml
r5ef5e33 r60fe836 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 -
introduction/common/changelog.xml
r5ef5e33 r60fe836 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>
Note:
See TracChangeset
for help on using the changeset viewer.