From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Nelson H. F. Beebe" Newsgroups: gmane.emacs.bugs Subject: elisp-manual-21-2.8 Makefile does not conform to GNU standards Date: Thu, 21 Mar 2002 14:25:41 -0700 (MST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016746294 1964 127.0.0.1 (21 Mar 2002 21:31:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 21:31:34 +0000 (UTC) Cc: beebe@math.utah.edu Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oA9m-0000VZ-00 for ; Thu, 21 Mar 2002 22:31:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oA9l-000678-00; Thu, 21 Mar 2002 16:31:33 -0500 Original-Received: from sunshine.math.utah.edu ([128.110.198.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oA4R-00053V-00 for ; Thu, 21 Mar 2002 16:26:03 -0500 Original-Received: from suncore.math.utah.edu (IDENT:H5EjV2XK4N9TQfijGiOmdT9jq0NyIwg+@suncore0.math.utah.edu [128.110.198.5]) by sunshine.math.utah.edu (8.9.3/8.9.3) with ESMTP id OAA01802; Thu, 21 Mar 2002 14:25:41 -0700 (MST) Original-Received: (from beebe@localhost) by suncore.math.utah.edu (8.9.3/8.9.3) id OAA06974; Thu, 21 Mar 2002 14:25:41 -0700 (MST) Original-To: bug-gnu-emacs@gnu.org X-US-Mail: "Center for Scientific Computing, Department of Mathematics, 110 LCB, University of Utah, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 585 1640, +1 801 581 4148 X-URL: http://www.math.utah.edu/~beebe Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:38 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:38 The configure-generated Makefile for elisp-manual-21-2.8 does not conform to GNU standards: it lacks targets "all" and "check", causing this standard recipe to fail: ./configure && make all check install The missing ones should be supplied, even though for this package, they need do nothing. See Emacs info node (make)Standard Targets for Users. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 110 LCB beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - ------------------------------------------------------------------------------- _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs