summaryrefslogtreecommitdiff
path: root/.emacs.d/color-theme-6.6.0/HACKING
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/color-theme-6.6.0/HACKING')
-rw-r--r--.emacs.d/color-theme-6.6.0/HACKING26
1 files changed, 26 insertions, 0 deletions
diff --git a/.emacs.d/color-theme-6.6.0/HACKING b/.emacs.d/color-theme-6.6.0/HACKING
new file mode 100644
index 0000000..7477360
--- /dev/null
+++ b/.emacs.d/color-theme-6.6.0/HACKING
@@ -0,0 +1,26 @@
+This file is intented to help any color-theme hacker and particulary
+color-theme release team.
+
+
+To release a new version, please follow these instructions:
+
+1a. Change Makefile.defs (VERSION and LASTUPLOAD)
+
+1b. Verify color-theme.el header file
+
+2. Prepare debian/ directory
+ => control and changelog
+ => check other files
+
+3. Tag the whole source files with:
+
+ cvs tag -c RELEASE-X-X-X
+
+4. Launch the automatic tarball/debian creation:
+
+ make release
+
+5. Pray :)
+
+
+