Browse Source

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

Bastien Guerry 12 years ago
parent
commit
a986d316a3
1 changed files with 1 additions and 1 deletions
  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/ 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:%/=%/*)