From bc40da46a9bffa0e4d01c649698e5cf59af7a13f Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 2 Jul 2010 08:25:06 +0200 Subject: [PATCH] Create the necessary directories for the distribution file --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a1b744243..389b26888 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