summaryrefslogtreecommitdiff
path: root/Checklist
diff options
context:
space:
mode:
Diffstat (limited to 'Checklist')
-rw-r--r--Checklist12
1 files changed, 2 insertions, 10 deletions
diff --git a/Checklist b/Checklist
index 449b98b..2f08d21 100644
--- a/Checklist
+++ b/Checklist
@@ -9,16 +9,8 @@
2. Update the NEWS and TODO files and any other commentary files and
check them into Git.
-3. Update version numbers and dates in `mmm-mode.el', `configure.in',
- and `mmm-vars.el'. Check them in with comment "Released x.x.x".
+3. Update version numbers and dates in `mmm-mode.el' and
+ `mmm-vars.el'. Check them in with comment "Release x.x.x".
4. Make a Git snapshot (`C-x v s') of the MMM Mode directory. This is
the point at which a release becomes official.
-
-5. Run `make dist' and upload the tarball. Upload to SourceForge.
-
- Adding Files
-
-To add a file to the distribution, edit `Makefile.am' and add it to
-lisp_LISP (if an .el file) or EXTRA_DIST (otherwise). If necessary,
-add autoloads for functions or submode classes to `mmm-auto.el'.