Changeset 8e305cf


Ignore:
Timestamp:
02/13/2022 07:04:01 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
885bcd41
Parents:
a334dd2a
Message:

rustc: Allow manual pages to be accessed.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    ra334dd2a r8e305cf  
    552552pathprepend /opt/rustc/bin           PATH
    553553
     554# Include /opt/rustc/man in the MANPATH variable to access manual pages
     555pathappend  /opt/rustc/share/man     MANPATH
     556
    554557# End /etc/profile.d/rustc.sh</literal>
    555558EOF</userinput></screen>
  • introduction/welcome/changelog.xml

    ra334dd2a r8e305cf  
    4545      <para>February 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adjust MANPATH in rustc to allow rustc's man pages
     49          to be accessed.</para>
     50        </listitem>
    4751        <listitem revision="systemd">
    4852          <para>[renodr] - Fix installing the systemd units in sysstat. This
Note: See TracChangeset for help on using the changeset viewer.