From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9543 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: problems formatting the Gnus manual Date: 22 Jan 1997 11:40:57 -0500 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149553 19113 80.91.224.250 (20 Oct 2002 21:32:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:32:33 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id JAA11688 for ; Wed, 22 Jan 1997 09:23:52 -0800 Original-Received: from amber.ccs.neu.edu (root@amber.ccs.neu.edu [129.10.111.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 22 Jan 1997 17:41:07 +0100 Original-Received: from everest.ccs.neu.edu (dworkin@everest.ccs.neu.edu [129.10.112.76]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id LAA21834 for ; Wed, 22 Jan 1997 11:41:00 -0500 (EST) Original-Received: (dworkin@localhost) by everest.ccs.neu.edu (8.8.4/8.6.4) id LAA06062; Wed, 22 Jan 1997 11:40:58 -0500 (EST) Original-To: ding@ifi.uio.no X-Url: http://www.ccs.neu.edu/home/dworkin/ In-Reply-To: Steinar Bang's message of 22 Jan 1997 09:02:13 +0100 Original-Lines: 20 X-Mailer: Red Gnus v0.82/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9543 >>>>> "Steinar" == Steinar Bang writes: Steinar> Hm... on an UltraSPARC, Solaris 2.5.1: Steinar> /fox/sb/src/install/rgnus-0.82/texi% make dvi make: Fatal Steinar> error: Don't know how to make target `gnus.dvi' Steinar> /fox/sb/src/install/rgnus-0.82/texi% which make Steinar> /usr/ccs/bin/make /fox/sb/src/install/rgnus-0.82/texi% Steinar> It *did* work with GNU make (installed as "gmake"), though. Gnu make is the only version of make that I know of that knows to do the implicit steps between targets. (without them being specified in the Makefile, of course...) I have not yet found a situation when any other make is superior to the Gnu make. Use it. Love it. I recommend aliasing make to gmake in your shell. -Justin