From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciek Starzyk Subject: [PATCH] Add babel lang files to distribution file Date: Sun, 4 Jul 2010 00:38:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1688843683==" Return-path: Received: from [140.186.70.92] (port=47608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVBMD-0002QG-11 for emacs-orgmode@gnu.org; Sat, 03 Jul 2010 18:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVBMB-0001TU-W2 for emacs-orgmode@gnu.org; Sat, 03 Jul 2010 18:38:44 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:41066) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVBMB-0001TM-RZ for emacs-orgmode@gnu.org; Sat, 03 Jul 2010 18:38:43 -0400 Received: by bwz9 with SMTP id 9so2731714bwz.0 for ; Sat, 03 Jul 2010 15:38:41 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1688843683== Content-Type: multipart/alternative; boundary=0016e6d778d08d7a64048a835db2 --0016e6d778d08d7a64048a835db2 Content-Type: text/plain; charset=ISO-8859-1 Hi, This small patch adds babel lang files to the distribution file. Maciek diff --git a/Makefile b/Makefile index 389b268..f936d0a 100644 --- a/Makefile +++ b/Makefile @@ -304,6 +304,7 @@ distfile: $(MKDIR) org-$(TAG)/lisp/babel/langs cp -r $(LISPFILES) org-$(TAG)/lisp cp -r $(LISPBFILES) org-$(TAG)/lisp/babel + cp -r $(LISPBLFILES) org-$(TAG)/lisp/babel/langs cp -r $(DOCFILES) $(CARDFILES) org-$(TAG)/doc cp -r $(DISTFILES_extra) org-$(TAG)/ cp -r README_DIST org-$(TAG)/README --0016e6d778d08d7a64048a835db2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
This small patch adds babel lang files to the distribut= ion file.=A0

Maciek

diff --git a/Makefile b/Makefile
index 389b268..f936d0a 100644
---= a/Makefile
+++ b/Makefile
@@ -304,6 +304,7 @@ distfile:
$(MKDIR) org-$(T= AG)/lisp/babel/langs
cp -r $(LISPFILES) org-$(TAG)/lisp
= cp -r $(LISPBFILES) org-$(TAG)/lisp/babel
+ cp -r $(LISPBLFILES= ) org-$(TAG)/lisp/babel/langs
cp -r $(DOCFILES) $(CARDFILES) org-$(TAG)/doc
cp -r $(DI= STFILES_extra) org-$(TAG)/
cp -r README_DIST org-$(TAG)/README
--0016e6d778d08d7a64048a835db2-- --===============1688843683== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1688843683==--