Changeset 483f57a for general/genutils


Ignore:
Timestamp:
02/13/2020 02:33:33 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6ef16d1
Parents:
9db9de9
Message:

ibus: decompress man pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22663 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r9db9de9 r483f57a  
    174174    </para>
    175175
    176 <screen role="root"><userinput>make install</userinput></screen>
     176<screen role="root"><userinput>make install &amp;&amp;
     177gzip -dfv /usr/share/man/man{{1,5}/ibus*.gz,5/00-upstream-settings.5.gz}</userinput></screen>
    177178
    178179  </sect2>
     
    233234    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    234235      href="../../xincludes/gtk-doc-rebuild.xml"/>
     236
     237    <para>
     238      <command>gzip -dfv ...</command>: Decompress installed man pages
     239      in accordance with other man pages.
     240    </para>
    235241
    236242  </sect2>
Note: See TracChangeset for help on using the changeset viewer.