mk/server.mk: Set SERVROOT and SERVERMK and add more help

This commit is contained in:
Bastien Guerry 2012-08-26 20:20:34 +02:00
parent cc215fcf16
commit 72a2df1aee
1 changed files with 15 additions and 3 deletions

View File

@ -12,14 +12,26 @@ help helpall helpserver::
$(info )
$(info Maintenance)
$(info ===========)
$(info release - clean up and create distribution archives)
$(info elpa - clean up and create ELPA archive)
$(info upload - clean up and populate server directories)
$(info release - clean up, create the distribution archives)
$(info upload-release - clean up, populate the server with arhives)
$(info )
$(info elpa - clean up, create the ELPA archive)
$(info upload-elpa - clean up, populate the server with ELPA)
$(info )
$(info upload - clean up, populate the server with everything)
$(info upload-doc - clean up, populate the server with docs)
helpserver::
@echo ""
#----------------------------------------------------------------------
# no slash / at the end
SERVROOT = /var/www/orgmode.org
SERVERMK = true # or just any value at all, really
#----------------------------------------------------------------------
ORGCOMM = README request-assign-future.txt lisp/ doc/
ORGFULL = $(ORGCOMM) Makefile \
mk/default.mk mk/targets.mk mk/version.mk \