Browse Source

Fix previous commit

Bastien Guerry 12 years ago
parent
commit
1d1d5e6e4e
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 utils/org-install.el
+ORGFULL  = $(ORGCOMM) Makefile default.mk targets.mk etc/ contrib/ utils/org-fixup.el
 ORGFULL := $(ORGFULL:%/=%/*)
 ORGELPA  = $(ORGCOMM) etc/styles/ org-pkg.el
 ORGELPA := $(ORGELPA:%/=%/*)