diff options
| author | David Aspinall | 1998-09-03 09:53:53 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-09-03 09:53:53 +0000 |
| commit | 91c7130b7e6143c315ca6acb89b863f0a055b201 (patch) | |
| tree | 3d57a86737a5722f0c28d01f9ce72b3b9292ec69 | |
| parent | a0f795539fc03aad62df8c5c7813e8ad0bee8681 (diff) | |
Added note of what to do here.
| -rw-r--r-- | Makefile.devel | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel index 4cda4a31..0812d161 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -1,3 +1,9 @@ +# TODO (da): +# - tag the release in the sources +# - build docs +# - distrib is built by running 'make dist' in +# exported source dir + CVSROOT = /home/lego/src EXPORTDIR = /home/lego/pub/emacs RELEASENAME = emacs-2.0 @@ -15,6 +21,6 @@ release : gzip -c $(TRELEASENAME) > $(TRELEASENAME).gz;\ cp -p $(RELEASENAME).* $(EXPORTDIR);\ cd ..; cvs release -d elisp - + |
