Author: chris
Date: 2012-12-12 10:09:51 -0700 (Wed, 12 Dec 2012)
New Revision: 10887
Modified:
trunk/BOOK/general/prog/git.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
asciidoc/xmlto dependency info for Git was reversed
Modified: trunk/BOOK/general/prog/git.xml
===================================================================
--- trunk/BOOK/general/prog/git.xml 2012-12-12 03:06:58 UTC (rev 10886)
+++ trunk/BOOK/general/prog/git.xml 2012-12-12 17:09:51 UTC (rev 10887)
@@ -72,13 +72,13 @@
<para><ulink
url="http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz">
http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink>
- (only needed if you've not installed asciidoc)</para>
+ (only needed if you've not installed asciidoc and xmlto)</para>
</listitem>
<listitem>
<para><ulink
url="http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz">
http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink>
- and other docs (only needed if you've not installed asciidoc and
xmlto).</para>
+ and other docs (only needed if you've not installed asciidoc).</para>
</listitem>
</itemizedlist>
@@ -122,17 +122,16 @@
make</userinput></screen>
<para>If you have installed <ulink
- url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> and you wish to
- create the man pages:</para>
+ url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> you can create
+ the html version of the man pages and other docs:</para>
-<screen><userinput>make man</userinput></screen>
+<screen><userinput>make html</userinput></screen>
<para>If you have installed <ulink
url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> and
- <xref linkend="xmlto"/> you can create the html version of the man
- pages and other docs:</para>
+ <xref linkend="xmlto"/> you can create the man pages:</para>
-<screen><userinput>make html</userinput></screen>
+<screen><userinput>make man</userinput></screen>
<para>To check the results, issue: <command>make test</command>.</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-12 03:06:58 UTC
(rev 10886)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-12 17:09:51 UTC
(rev 10887)
@@ -49,6 +49,9 @@
<listitem>
<para>[randy] - Updated Perl Modules.</para>
</listitem>
+ <listitem>
+ <para>[Chris] - Corrected asciidoc/xmlto dependency info for
Git.</para>
+ </listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page