Minor fixes in a couple of the new packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7071 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-08-16 18:42:06 +00:00
parent 8250d8ec73
commit d9d862d10a
2 changed files with 2 additions and 6 deletions

View File

@ -90,9 +90,7 @@ make</userinput></screen>
have <xref linkend="tetex"/> installed, then issue the following
commands:</para>
<screen><userinput>make -C doc pdf &amp;&amp;
make -C doc ps &amp;&amp;
make -C doc html &amp;&amp;
<screen><userinput>make -C doc pdf ps html &amp;&amp;
makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &amp;&amp;
makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi</userinput></screen>

View File

@ -81,9 +81,7 @@ make</userinput></screen>
have <xref linkend="tetex"/> installed, then issue the following
commands:</para>
<screen><userinput>make -C doc pdf &amp;&amp;
make -C doc ps &amp;&amp;
make -C doc html &amp;&amp;
<screen><userinput>make -C doc pdf ps html &amp;&amp;
makeinfo --html --no-split -o doc/gcrypt_nochunks.html doc/gcrypt.texi &amp;&amp;
makeinfo --plaintext -o doc/gcrypt.txt doc/gcrypt.texi</userinput></screen>