UTILITIES/server.mk: delete whitespaces.

This commit is contained in:
Bastien Guerry 2012-05-18 07:46:25 +02:00
parent 4ea1573b9d
commit 2369090328
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ ORGDIR = org-$(GITVERSION)
ORGTAR = $(ORGDIR).tar.gz
ORGZIP = $(ORGDIR).zip
ORGDIST = README Makefile default.mk targets.mk request-assign-future.txt \
lisp/ etc/ doc/ contrib/
lisp/ etc/ doc/ contrib/
ORG_MAKE_DOC = info pdf card # do not make HTML documentation for release
reltest: cleanall doc autoloads rel-dirty
rel-dirty:
rel-dirty:
-@$(RM) $(ORGDIR) $(ORGTAR) $(ORGZIP)
ln -s . $(ORGDIR)
tar -zcf $(ORGTAR) $(foreach dist, $(ORGDIST), $(ORGDIR)/$(dist))