Changeset e7ec655f


Ignore:
Timestamp:
02/17/2022 03:09:48 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
03a2986
Parents:
7a5c814
git-author:
Xi Ruoyao <xry111@…> (02/17/2022 03:07:09 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/17/2022 03:09:48 AM)
Message:

libxslt: simplify the command to fix xsltproc.1

In 1.1.34, the man page was completely broken so we had to regenerate
it. Now it's mostly OK, but with a "$Date$" not replaced by the actual
date. So we can simply fix the "$Date$" without a full regeneration.

So docbook-xml and docbook-xsl can be marked as runtime now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r7a5c814 re7ec655f  
    8989    </para>
    9090
    91     <bridgehead renderas="sect4">Recommended</bridgehead>
    92     <para role="recommended">
     91    <bridgehead renderas="sect4">Recommended (at runtime)</bridgehead>
     92    <para role="runtime">
    9393      <xref linkend="DocBook"/> and
    9494      <xref linkend="docbook-xsl"/>
     
    142142make</userinput></screen>
    143143
    144     <para>
    145       A shipped man page is glitched.  If the recommended dependencies are
    146       installed, regenerate it by running the following commands:
    147          </para>
    148 
    149 <screen><userinput>sed -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml &amp;&amp;
    150 xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1</userinput></screen>
     144    <!-- https://gitlab.gnome.org/GNOME/libxslt/-/issues/64 -->
     145    <para>
     146      Fix the date field in a shipped man page:
     147    </para>
     148
     149<screen><userinput>sed -e 's@\$Date\$@16 Feburary 2022@' -i doc/xsltproc.1</userinput></screen>
    151150
    152151    <para>
Note: See TracChangeset for help on using the changeset viewer.