Changeset 564021c for BOOK/final-system/common
- Timestamp:
- Jul 24, 2014, 7:57:53 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- a3cdc8b
- Parents:
- 92d912f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/texinfo.xml
r92d912f r564021c 41 41 42 42 <screen os="g"><userinput>make install</userinput></screen> 43 44 <para os="h">The Info documentation system uses a plain text file to hold45 its list of menu entries. The file is located at46 <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional47 problems in the Makefiles of various packages, it can sometimes get out of48 sync with the info pages installed on the system. If the49 <filename>/usr/share/info/dir</filename> file ever needs to be recreated,50 the following optional commands will accomplish the task:</para>51 52 <screen os="i" role="nodump"><userinput>pushd /usr/share/info53 rm dir54 for f in *55 do install-info $f dir 2>/dev/null56 done57 popd</userinput></screen>58 43 59 44 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.