Author: pierre Date: Fri Oct 3 02:35:09 2014 New Revision: 14466 Log: libgcrypt: doc generation does not support parallel builds+typo
Modified: trunk/BOOK/general/genlib/libgcrypt.xml Modified: trunk/BOOK/general/genlib/libgcrypt.xml ============================================================================== --- trunk/BOOK/general/genlib/libgcrypt.xml Thu Oct 2 15:27:54 2014 (r14465) +++ trunk/BOOK/general/genlib/libgcrypt.xml Fri Oct 3 02:35:09 2014 (r14466) @@ -8,7 +8,7 @@ <!ENTITY libgcrypt-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-&libgcrypt-version;.tar.bz2"> <!ENTITY libgcrypt-md5sum "b54395a93cb1e57619943c082da09d5f"> <!ENTITY libgcrypt-size "2.4 MB"> - <!ENTITY libgcrypt-buildsize "38 MB (additional 7 MB SBU for docs)"> + <!ENTITY libgcrypt-buildsize "38 MB (additional 7 MB for docs)"> <!ENTITY libgcrypt-time "0.3 SBU (additional 0.1 SBU for docs and 0.8 SBU for tests)"> ]> @@ -110,7 +110,7 @@ and PostScript documentation), then issue the following commands: </para> -<screen><userinput>make -C doc pdf ps html && +<screen><userinput>make -j1 -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> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
