emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Add babel lang files to distribution file


From: Maciek Starzyk
Subject: [Orgmode] [PATCH] Add babel lang files to distribution file
Date: Sun, 4 Jul 2010 00:38:41 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]