Create the necessary directories for the distribution file
This commit is contained in:
parent
37faacc629
commit
bc40da46a9
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue