mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
8250d8ec73
commit
d9d862d10a
@ -90,9 +90,7 @@ make</userinput></screen>
|
||||
have <xref linkend="tetex"/> installed, then issue the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>make -C doc pdf &&
|
||||
make -C doc ps &&
|
||||
make -C doc html &&
|
||||
<screen><userinput>make -C doc pdf ps html &&
|
||||
makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &&
|
||||
makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi</userinput></screen>
|
||||
|
||||
|
@ -81,9 +81,7 @@ make</userinput></screen>
|
||||
have <xref linkend="tetex"/> installed, then issue the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>make -C doc pdf &&
|
||||
make -C doc ps &&
|
||||
make -C doc html &&
|
||||
<screen><userinput>make -C doc pdf ps html &&
|
||||
makeinfo --html --no-split -o doc/gcrypt_nochunks.html doc/gcrypt.texi &&
|
||||
makeinfo --plaintext -o doc/gcrypt.txt doc/gcrypt.texi</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user