Browse Source

Create the necessary directories for the distribution file

Carsten Dominik 15 năm trước cách đây
mục cha
commit
bc40da46a9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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