summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 08:25:06 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-07-02 08:25:06 +0200
commitbc40da46a9bffa0e4d01c649698e5cf59af7a13f (patch)
tree0b59a6c09cbe1bb84901cf361fe5850cdadd27ae
parent37faacc629ddd6aa2131cc6210db682cf66c62ce (diff)
downloadorg-mode-bc40da46a9bffa0e4d01c649698e5cf59af7a13f.tar.gz
Create the necessary directories for the distribution file
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1b7442..389b268 100644
--- a/Makefile
+++ b/Makefile
@@ -300,6 +300,8 @@ distfile:
$(MKDIR) org-$(TAG)/xemacs
$(MKDIR) org-$(TAG)/doc
$(MKDIR) org-$(TAG)/lisp
+ $(MKDIR) org-$(TAG)/lisp/babel
+ $(MKDIR) org-$(TAG)/lisp/babel/langs
cp -r $(LISPFILES) org-$(TAG)/lisp
cp -r $(LISPBFILES) org-$(TAG)/lisp/babel
cp -r $(DOCFILES) $(CARDFILES) org-$(TAG)/doc