0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 11:16:28 +00:00

server.mk: include the full utils/ directory for now

This commit is contained in:
Bastien Guerry 2012-08-24 19:07:23 +02:00
parent 1d1d5e6e4e
commit a986d316a3

View file

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