From owner-cvs-all Mon Feb 26 14:57: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3CBA37B491; Mon, 26 Feb 2001 14:56:59 -0800 (PST) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1QMuxv40568; Mon, 26 Feb 2001 14:56:59 -0800 (PST) (envelope-from nik) Message-Id: <200102262256.f1QMuxv40568@freefall.freebsd.org> From: Nik Clayton Date: Mon, 26 Feb 2001 14:56:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/02/26 14:56:59 PST Modified files: share/mk doc.docbook.mk Log: Use a different mechanism to specify the input file to TeX. running, for instance, "jadetex '\nonstopmode\input{$<}'" is much better since it won't crash out an automated build as badly Huh? it will fail rather than kick you into a TeX prompt and wait for output I guess in BSD make that would be: jadetex '\nonstopmode\input{${.ALLSRC}' Submitted by: Adam di Carlo Revision Changes Path 1.27 +7 -7 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message