Changeset 65fe9d8


Ignore:
Timestamp:
12/12/2012 05:09:51 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9daf3a4
Parents:
8e2f6669
Message:

asciidoc/xmlto dependency info for Git was reversed

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r8e2f6669 r65fe9d8  
    7373        url="http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz">
    7474        http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink>
    75         (only needed if you've not installed asciidoc)</para>
     75        (only needed if you've not installed asciidoc and xmlto)</para>
    7676      </listitem>
    7777      <listitem>
     
    7979        url="http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz">
    8080        http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink>
    81         and other docs (only needed if you've not installed asciidoc and xmlto).</para>
     81        and other docs (only needed if you've not installed asciidoc).</para>
    8282      </listitem>
    8383    </itemizedlist>
     
    123123
    124124    <para>If you have installed <ulink
    125     url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> and you wish to
    126     create the man pages:</para>
    127 
    128 <screen><userinput>make man</userinput></screen>
     125    url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> you can create
     126    the html version of the man pages and other docs:</para>
     127
     128<screen><userinput>make html</userinput></screen>
    129129
    130130    <para>If you have installed <ulink
    131131    url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> and
    132     <xref linkend="xmlto"/> you can create the html version of the man
    133     pages and other docs:</para>
    134 
    135 <screen><userinput>make html</userinput></screen>
     132    <xref linkend="xmlto"/> you can create the man pages:</para>
     133
     134<screen><userinput>make man</userinput></screen>
    136135
    137136    <para>To check the results, issue: <command>make test</command>.</para>
  • introduction/welcome/changelog.xml

    r8e2f6669 r65fe9d8  
    4949        <listitem>
    5050          <para>[randy] - Updated Perl Modules.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[Chris] - Corrected asciidoc/xmlto dependency info for Git.</para>
    5154        </listitem>
    5255      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.