- Timestamp:
- Oct 14, 2006, 2:26:46 PM (18 years ago)
- Branches:
- master
- Children:
- d847aa5
- Parents:
- 967ae7d
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/texinfo.xml
r967ae7d r51cbbb6 44 44 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 45 45 46 <para os="g">Optionally, install the components belonging in a TeX 47 installation:</para> 48 49 <screen os="h"><userinput>make DESTDIR=${CLFS} TEXMF=/usr/share/texmf install-tex</userinput></screen> 50 51 <variablelist os="i"> 52 <title>The meaning of the make parameter:</title> 53 54 <varlistentry> 55 <term><parameter>TEXMF=/usr/share/texmf</parameter></term> 56 <listitem> 57 <para>The <envar>TEXMF</envar> makefile variable holds the location 58 of the root of the TeX tree if, for example, a TeX package will be 59 installed later.</para> 60 </listitem> 61 </varlistentry> 62 63 </variablelist> 64 65 <para os="j">The Info documentation system uses a plain text file to hold 46 <para os="g">The Info documentation system uses a plain text file to hold 66 47 its list of menu entries. The file is located at 67 48 <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional … … 71 52 the following optional commands will accomplish the task:</para> 72 53 73 <screen os=" k" role="nodump"><userinput>cd ${CLFS}/usr/share/info54 <screen os="h" role="nodump"><userinput>cd ${CLFS}/usr/share/info 74 55 rm dir 75 56 for f in * -
BOOK/introduction/common/changelog.xml
r967ae7d r51cbbb6 38 38 39 39 <listitem> 40 <para>October 14, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Removed TeX installation commands from Texinfo 44 instructions.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>October 5, 2006</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.