ソースを参照

Create the necessary directories for the distribution file

Carsten Dominik 15 年 前
コミット
bc40da46a9
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Makefile

+ 2 - 0
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