aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kleymann1998-08-07 15:28:20 +0000
committerThomas Kleymann1998-08-07 15:28:20 +0000
commit009092085357f540b5d670b2f5615bf451494c1e (patch)
treeaa80fc3e9eead01a450770e7ef6c827731add508
parente1b55f8f678058f30fd22317b5215d539b836aa9 (diff)
*** empty log message ***
-rw-r--r--Makefile.devel20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.devel b/Makefile.devel
new file mode 100644
index 00000000..4cda4a31
--- /dev/null
+++ b/Makefile.devel
@@ -0,0 +1,20 @@
+CVSROOT = /home/lego/src
+EXPORTDIR = /home/lego/pub/emacs
+RELEASENAME = emacs-2.0
+TRELEASENAME = $(RELEASENAME).tar
+
+release :
+ cd /tmp; \
+ rm -fr lego;\
+ mkdir lego;\
+ cd lego;\
+ cvs -d $(CVSROOT) export -D today elisp;\
+ cd elisp; \
+ tar cf $(TRELEASENAME) *;\
+ compress -c $(TRELEASENAME) > $(TRELEASENAME).Z;\
+ gzip -c $(TRELEASENAME) > $(TRELEASENAME).gz;\
+ cp -p $(RELEASENAME).* $(EXPORTDIR);\
+ cd ..; cvs release -d elisp
+
+
+