From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Org merging [was Re: next pretest] Date: Thu, 14 Aug 2014 22:52:47 -0400 Message-ID: References: <834mxjja88.fsf@gnu.org> <878umuytw7.fsf@bzg.ath.cx> <1pk36du2dp.fsf@fencepost.gnu.org> <8761hwsxt4.fsf@bzg.ath.cx> <87ha1f4oe8.fsf@bzg.ath.cx> <87mwb7qka7.fsf@ericabrahamsen.net> <871tsic2d2.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408071194 18396 80.91.229.3 (15 Aug 2014 02:53:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2014 02:53:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 15 04:53:07 2014 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 1XI7da-0006ML-6k for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2014 04:53:06 +0200 Original-Received: from localhost ([::1]:57149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI7dZ-0001x6-K5 for ged-emacs-devel@m.gmane.org; Thu, 14 Aug 2014 22:53:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI7dQ-0001wy-Cw for emacs-devel@gnu.org; Thu, 14 Aug 2014 22:53:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XI7dI-0007VU-O8 for emacs-devel@gnu.org; Thu, 14 Aug 2014 22:52:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:34733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XI7dI-0007VP-KM for emacs-devel@gnu.org; Thu, 14 Aug 2014 22:52:48 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVPAqyKr/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCwsOJhIUGA0kiAQI0hkXjnoHhDgEqwODTCE X-IPAS-Result: ArUGAIDvNVPAqyKr/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCwsOJhIUGA0kiAQI0hkXjnoHhDgEqwODTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="86824134" Original-Received: from 192-171-34-171.cpe.pppoe.ca (HELO ceviche.home) ([192.171.34.171]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Aug 2014 22:52:47 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6D843660C4; Thu, 14 Aug 2014 22:52:47 -0400 (EDT) In-Reply-To: <871tsic2d2.fsf@Rainer.invalid> (Achim Gratz's message of "Thu, 14 Aug 2014 21:12:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:173680 Archived-At: > Org needs these programs for bootstrapping a release into a > package (the GNU versions if there are alternatives): > emacs makeinfo make rm ln install tar echo find git So, IIUC the main work is to build the manual from the Texinfo source? That's a common need, indeed. Currently, we do have all the other tools installed on that VM. > The use of make implies sh (any POSIXy shell will do) and makeinfo and > git have (extensive) further dependencies. For the reference card and > manual you'd need PDFLaTeX as well. I tend to think these can be built by the end user instead of including it in the tarball. Stefan