瀏覽代碼

utils/server.mk: include utils/org-fixup.el and utils/org-install.el in release target

Bastien Guerry 12 年之前
父節點
當前提交
d3af5d02b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/server.mk

+ 1 - 1
utils/server.mk

@@ -15,7 +15,7 @@ helpserver::
 #----------------------------------------------------------------------
 
 ORGCOMM  = README request-assign-future.txt lisp/ doc/
-ORGFULL  = $(ORGCOMM) Makefile default.mk targets.mk etc/ contrib/
+ORGFULL  = $(ORGCOMM) Makefile default.mk targets.mk etc/ contrib/ utils/org-fixup.el utils/org-install.el
 ORGFULL := $(ORGFULL:%/=%/*)
 ORGELPA  = $(ORGCOMM) etc/styles/ org-pkg.el
 ORGELPA := $(ORGELPA:%/=%/*)