Changeset b1c3841


Ignore:
Timestamp:
06/01/2021 05:07:03 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9d11bbb7
Parents:
20e9b21
git-author:
Xi Ruoyao <xry111@…> (06/01/2021 05:06:24 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/01/2021 05:07:03 PM)
Message:

add asciidoctor for man page of util-linux in LFS

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/genutils.xml

    r20e9b21 rb1c3841  
    2020
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoc.xml"/>
     22
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asciidoctor.xml"/>
    2224
    2325  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bogofilter.xml"/>
  • general/prog/git.xml

    r20e9b21 rb1c3841  
    136136    <para role="optional">
    137137      <xref linkend="xmlto"/> and
    138       <xref linkend="asciidoc"/> or
    139       <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
     138      <xref linkend="asciidoc"/>
     139      <!-- or xref linkend="asciidoctor", doesn't work now because it needs docbook-xsl-ns -->,
     140      and also
    140141      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
    141142      (for the PDF version of the user manual), and
  • introduction/welcome/changelog.xml

    r20e9b21 rb1c3841  
    4343    -->
    4444    <listitem>
     45      <para>June 1st, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Add asciidoctor, to build man page for
     49          util-linux (in LFS).</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 31st, 2021</para>
    4656      <itemizedlist>
  • packages.ent

    r20e9b21 rb1c3841  
    247247<!-- Chapter 11 -->
    248248<!ENTITY asciidoc-version             "9.1.0">
     249<!ENTITY asciidoctor-version          "2.0.15">
    249250<!ENTITY bogofilter-version           "1.2.5">
    250251<!ENTITY chrpath-version              "0.16">
     
    374375<!ENTITY ruby-patch-version           "1">
    375376<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
     377<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    376378<!ENTITY rust-version                 "1.52.0">
    377379<!ENTITY scons-version                "4.1.0">
Note: See TracChangeset for help on using the changeset viewer.