Changeset 0cf6826a
- Timestamp:
- 10/12/2014 05:33:28 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b8fbd88
- Parents:
- 1c14a239
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/shells/zsh.xml
r1c14a239 r0cf6826a 116 116 make && 117 117 118 makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt && 118 119 makeinfo Doc/zsh.texi --html -o Doc/html && 119 makeinfo Doc/zsh.texi --html --no-split --no-headers \ 120 -o Doc/zsh.html && 121 makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt</userinput></screen> 120 makeinfo Doc/zsh.texi --html --no-split --no-headers -o Doc/zsh.html</userinput></screen> 122 121 123 122 <para>If you have <xref linkend="texlive"/> … … 131 130 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 132 131 133 <screen role="root"><userinput>make install && 134 make infodir=/usr/share/info install.info 135 136 install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html && 137 install -v -m644 Doc/html/* \ 138 /usr/share/doc/zsh-&zsh-version;/html && 139 install -v -m644 Doc/zsh.{html,txt} \ 140 /usr/share/doc/zsh-&zsh-version;</userinput></screen> 132 <screen role="root"><userinput>make install && 133 make infodir=/usr/share/info install.info && 134 135 install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html && 136 install -v -m644 Doc/html/* /usr/share/doc/zsh-&zsh-version;/html && 137 install -v -m644 Doc/zsh.{html,txt} /usr/share/doc/zsh-&zsh-version;</userinput></screen> 141 138 142 139 <para>If you downloaded the optional documentation, install it by issuing … … 151 148 <systemitem class="username">root</systemitem> user:</para> 152 149 153 <screen role="root"><userinput>install -v -m644 Doc/zsh.pdf \ 154 /usr/share/doc/zsh-&zsh-version;</userinput></screen> 150 <screen role="root"><userinput>install -v -m644 Doc/zsh.pdf /usr/share/doc/zsh-&zsh-version;</userinput></screen> 155 151 156 152 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.