utils/server.mk: include utils/org-fixup.el and utils/org-install.el in release target
This commit is contained in:
parent
d44b56e81e
commit
d3af5d02b0
|
@ -15,7 +15,7 @@ helpserver::
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
ORGCOMM = README request-assign-future.txt lisp/ doc/
|
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:%/=%/*)
|
ORGFULL := $(ORGFULL:%/=%/*)
|
||||||
ORGELPA = $(ORGCOMM) etc/styles/ org-pkg.el
|
ORGELPA = $(ORGCOMM) etc/styles/ org-pkg.el
|
||||||
ORGELPA := $(ORGELPA:%/=%/*)
|
ORGELPA := $(ORGELPA:%/=%/*)
|
||||||
|
|
Loading…
Reference in New Issue