From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107925: Regenerate etc/refcards/*.pdf Date: Tue, 1 May 2012 14:28:07 +0200 Message-ID: References: <5kpqapmc6m.fsf@fencepost.gnu.org> <0ry5pcvjmr.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335875345 23788 80.91.229.3 (1 May 2012 12:29:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 May 2012 12:29:05 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 01 14:29:03 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SPCCT-0008Jx-RW for ged-emacs-devel@m.gmane.org; Tue, 01 May 2012 14:29:01 +0200 Original-Received: from localhost ([::1]:54017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPCCT-0000jo-7d for ged-emacs-devel@m.gmane.org; Tue, 01 May 2012 08:29:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPCCQ-0000jg-CC for emacs-devel@gnu.org; Tue, 01 May 2012 08:28:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPCCN-0000Z5-6q for emacs-devel@gnu.org; Tue, 01 May 2012 08:28:57 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:62876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPCCJ-0000NE-6m; Tue, 01 May 2012 08:28:51 -0400 Original-Received: by pbbrp2 with SMTP id rp2so2266969pbb.0 for ; Tue, 01 May 2012 05:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=KLln8/PRIVGNsNXwtKKpDFs/wWXpZt6kWocJ6DJz8yQ=; b=PsstGVikKGnOXSQVWlfEO+/LF7Od6NcKgVPDni/xsM2XGduKcEkgbUfFz0unF4lFL8 ckxQ9yY81qoJ8/KFoON61bpCCsqMVb4vBehUwhRx7OD2zXPzYrbCoKQ6NcMxsrszuFdI KPOA4F8MP1+QcvR6OT8M+nc2j/roxfwEHkhXbimRDjLGh2+0P1y5UrhpvAcdTXy9V5EI hwqQ/WHyCfBDmSwWiyk+hW+WFP32tsVp0uMutZhe3tmLxG8Tgbq/+8awv2eys8dBpOVh //4xP1QSpKci1el8N+1/i1Wfxa9XcZ4oNqMj7zhdwhEN4M6lMIRsVDynbeFVWpkg+Q8j Pw5g== Original-Received: by 10.68.197.103 with SMTP id it7mr5460408pbc.131.1335875328286; Tue, 01 May 2012 05:28:48 -0700 (PDT) Original-Received: by 10.143.83.9 with HTTP; Tue, 1 May 2012 05:28:07 -0700 (PDT) In-Reply-To: <0ry5pcvjmr.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150176 Archived-At: On Tue, May 1, 2012 at 02:18, Glenn Morris wrote: > Don't keep them in the repo, but include them > in the release tarfiles (just need to make make-dist gripe/build them if > they are not found in the source tree). That will add complexity to building releases for Windows, I think. =C2=A0 =C2=A0 Juanma