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

This commit is contained in:
Bastien Guerry 2012-08-24 18:55:41 +02:00
parent d44b56e81e
commit d3af5d02b0

View file

@ -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:%/=%/*)