Commit Graph

6 Commits

Author SHA1 Message Date
Achim Gratz ddcf4f8511 server.mk: implement `cleanrel´ here
* targets.mk: Remove `cleanrel´.

* UTILITIES/server.mk: Implement `cleanrel´, use only the names that
  will be produced by server.mk.
2012-08-23 12:28:35 +02:00
Achim Gratz 6dedecf806 server.mk: fix release archive names
* UTILITIES/server.mk: Strip "release_" prefix from $(GITVERSION) when
  making the archive names.
2012-08-22 21:40:26 +02:00
Achim Gratz b7338f2fe0 server.mk: fix typo
* UTILITIES/server.mk: Change ORGRDIR->ORGDIR everywhere.
2012-08-22 21:32:53 +02:00
Achim Gratz d72ea5b214 server.mk: implement ELPA
* UTILITIES/server.mk: Add ELPA archive generation.
2012-08-21 21:24:25 +02:00
Bastien Guerry 2369090328 UTILITIES/server.mk: delete whitespaces. 2012-05-18 07:46:25 +02:00
Achim Gratz 58e4e212f2 Re-introduce server.mk
* UTILITIES/server.mk: Re-introduce, keep in UTILITIES like the other
  server stuff.  Implement "helpserver" and link into "help" and
  "helpall" targets.  Add "reltest" target to clean up the work tree
  and produce release archives, uses internal target "rel-dirty" for
  the actual archive creation.  Warn if $(ORGVERSION) is different
  from $(GITVERSION), as a release should only be made from a revision
  that has an annotated tag.
2012-05-18 07:45:47 +02:00