aboutsummaryrefslogtreecommitdiff
path: root/etc/mmm-install
diff options
context:
space:
mode:
authorDavid Aspinall2003-02-18 01:04:15 +0000
committerDavid Aspinall2003-02-18 01:04:15 +0000
commit63c2385e812fbe3c32071e2c2a01270f09b38e3b (patch)
tree9428efec73c93dd1bbb65893281cf0298549a356 /etc/mmm-install
parent6fdb0edaba66fe8efe8441e10811ac526bcddd1a (diff)
New files.
Diffstat (limited to 'etc/mmm-install')
-rw-r--r--etc/mmm-install17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/mmm-install b/etc/mmm-install
new file mode 100644
index 00000000..41042d23
--- /dev/null
+++ b/etc/mmm-install
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# Install from mmm-mode into PG by copying relevant files
+# Run from inside mmm-mode distrib
+#
+# $Id$
+#
+NOTICES="AUTHORS COPYING FAQ INSTALL NEWS README TODO"
+DOCS="mmm.texinfo version.texi"
+ELISP=*.el
+MMMDIR=~/PG/mmm
+
+rm -f $MMMDIR/*
+cp -p $NOTICES $DOCS $ELISP $MMMDIR
+
+
+