From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 128551F934 for ; Sun, 27 Dec 2020 00:08:06 +0000 (UTC) Received: from localhost ([::1]:50748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktJbR-0007VN-7a for normalperson@yhbt.net; Sat, 26 Dec 2020 19:08:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktJbM-0007Tq-Ov; Sat, 26 Dec 2020 19:08:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41391) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktJbL-0000dJ-3d; Sat, 26 Dec 2020 19:07:59 -0500 Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ktJbK-00014Y-N8; Sat, 26 Dec 2020 19:07:58 -0500 From: "Alfred M. Szmidt" To: Paul Eggert In-Reply-To: (message from Paul Eggert on Sat, 26 Dec 2020 15:12:07 -0800) Subject: Re: cmp/diff References: <878s9k8rhw.fsf@latte.josefsson.org> <2437960.L2bZbQ6S5l@omega> <87ft3spgax.fsf@latte.josefsson.org> <4087542.9Ba499KVGE@omega> <7b8233d6-76d1-487e-d724-421780fafc88@cs.ucla.edu> <3d0a0d5f680e0e60a849d018ac02a08914ff0260.camel@josefsson.org> Message-Id: Date: Sat, 26 Dec 2020 19:07:58 -0500 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: simon@josefsson.org, bug-gnulib@gnu.org, bug-standards@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" > What about 'install-info'? It is quite GNU-specific. Nothing in > gnulib appears to refer to it (except for the make-stds manual..). install-info is specific to GNU yes, the GNU standards are for the GNU system and GNU project after all. install-info does not have an replacement, like say egrep/fgrep -- this is how we install a dir entry for a info manual. Removing install-info would be a regression.