Author: pierre
Date: Mon Feb 26 02:08:14 2018
New Revision: 19881

Log:
Building enscript docs needs -j1

Modified:
   trunk/BOOK/pst/ps/enscript.xml

Modified: trunk/BOOK/pst/ps/enscript.xml
==============================================================================
--- trunk/BOOK/pst/ps/enscript.xml      Mon Feb 26 01:09:38 2018        (r19880)
+++ trunk/BOOK/pst/ps/enscript.xml      Mon Feb 26 02:08:14 2018        (r19881)
@@ -106,8 +106,9 @@
 popd</userinput></screen>
 
     <para>If you have <xref linkend="texlive"/> installed, you can create
-    Postscript and PDF documentation by issuing:
-    <command>make -C docs ps pdf</command>.</para>
+    Postscript and PDF documentation by issuing (does not support parallel
+    make):
+    <command>make -j1 -C docs ps pdf</command>.</para>
 
     <para>To test the results, issue: <command>make check</command>.</para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to