From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8851 invoked by alias); 26 Jul 2018 20:25:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 8838 invoked by uid 89); 26 Jul 2018 20:25:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Thu, 26 Jul 2018 20:25:00 -0000 From: Joseph Myers To: Carlos O'Donell CC: Rical Jasan , GNU C Library , Florian Weimer Subject: Re: [PATCHv3] Add convenience target 'install-locale-files'. In-Reply-To: <7e678d8f-0b90-475a-feec-7e0d54127f62@redhat.com> Message-ID: References: <7b4c3d0d-3fa1-3302-5e09-84326cb279d1@redhat.com> <3d01061c-9323-09ab-8571-75900dabd397@redhat.com> <7e678d8f-0b90-475a-feec-7e0d54127f62@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-07/txt/msg00921.txt.bz2 On Thu, 26 Jul 2018, Carlos O'Donell wrote: > +directories e.g. @file{/usr/lib/locale/en_US.utf8}. For example to install Should have exactly one space after "e.g.", and need @: before that space for it to be properly treated as not an end-of-sentence space. > +root use @samp{DESTDIR} e.g. @samp{make localedata/install-locale-files Likewise, need @: after e.g. to avoid makeinfo treating it as the end of a sentence and inserting an extra space in INSTALL there. -- Joseph S. Myers joseph@codesourcery.com