Changeset 51cbbb6 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Oct 14, 2006, 2:26:46 PM (18 years ago)
- Branches:
- master
- Children:
- d847aa5
- Parents:
- 967ae7d
- File:
-
- 1 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 *
Note:
See TracChangeset
for help on using the changeset viewer.