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: Set the version number in the texinfo manuals using configure Date: Sun, 31 Oct 2010 14:27:57 +0100 Message-ID: References: <83r5fzn0vr.fsf@gnu.org> <87wrp7bbw8.fsf@gmail.com> <83wrp76zln.fsf@gnu.org> <4CCBD7B1.1050006@gmx.at> <83vd4j6ct6.fsf@gnu.org> <4CCC305E.2080208@gmx.at> <83sjzn66qp.fsf@gnu.org> <4CCC4F52.2030806@gmx.at> <83r5f761qx.fsf@gnu.org> <4CCC5CA1.2050606@gmx.at> <83pqur5uxw.fsf@gnu.org> <4CCC850F.1080102@gmx.at> <83ocab5qul.fsf@gnu.org> <4CCC9EF8.9040507@gmx.at> <83k4kz57xf.fsf@gnu.org> <4CCD2659.30102@gmx.at> <4CCD5278.6040102@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1288531742 22869 80.91.229.12 (31 Oct 2010 13:29:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 13:29:02 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 14:28:58 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PCXxx-0000Vk-EE for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 14:28:57 +0100 Original-Received: from localhost ([127.0.0.1]:48040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCXxw-0005k5-SG for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 09:28:56 -0400 Original-Received: from [140.186.70.92] (port=53743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCXxl-0005hq-78 for emacs-devel@gnu.org; Sun, 31 Oct 2010 09:28:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCXxg-0004GL-EP for emacs-devel@gnu.org; Sun, 31 Oct 2010 09:28:45 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:46696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCXxg-0004GC-92; Sun, 31 Oct 2010 09:28:40 -0400 Original-Received: by wyf23 with SMTP id 23so4960903wyf.0 for ; Sun, 31 Oct 2010 06:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LhIjUtud14qxOkF7n45AHLcln2eFpJunzeNi6LKNLLM=; b=ntJGVuHnEWms7m5iXf3oHBkczutVwWqFEDZuXOTK9gX7TfnFY1CvMwe6wmlodjV5JU tYHg3ACnVyuCer4krKvdgGarU4M17mUDNnG/T4XWYdpHcU9IcZT0utGVFisFPTy2o4vH mAchtmesKLbyv4vuwjkS7VLOu3E+6mVCdv59c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=q1uwM7lm+dbxomQHhIKVrqRtM0t71HpYBmy48ZL43D2ps1MVEsbo+BWLs2PdbZWryN 1wZyAz878RDGMifhVRlZ0ASZ0BHysjZe+5yG0Qb0zUtNcQUDqlq38C2BrPgkyxsHO5Bo QnLOxH7Mi4veinYJxfrVMBGLmGjYZJ+QW3hb0= Original-Received: by 10.216.1.20 with SMTP id 20mr1530969wec.66.1288531719209; Sun, 31 Oct 2010 06:28:39 -0700 (PDT) Original-Received: by 10.216.166.204 with HTTP; Sun, 31 Oct 2010 06:27:57 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132215 Archived-At: On Sun, Oct 31, 2010 at 14:09, Eli Zaretskii wrote: > Doing this shouldn't hurt, but is not required for the makefiles, > because configure.bat simply overwrites them. Yes. I only do clean-tree for bootstraps, not before "make info". =C2=A0 =C2=A0 Juanma