Browse Source

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

Bastien Guerry 12 years ago
parent
commit
d3af5d02b0
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/
+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:%/=%/*)