Changeset 5921622 for BOOK/final-system/common/texinfo.xml
- Timestamp:
- Sep 18, 2006, 2:29:04 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 040521bc
- Parents:
- f9d28a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/texinfo.xml
rf9d28a0 r5921622 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 *
Note:
See TracChangeset
for help on using the changeset viewer.