diff options
| author | David Aspinall | 2003-02-18 01:04:15 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-02-18 01:04:15 +0000 |
| commit | 63c2385e812fbe3c32071e2c2a01270f09b38e3b (patch) | |
| tree | 9428efec73c93dd1bbb65893281cf0298549a356 /etc/mmm-install | |
| parent | 6fdb0edaba66fe8efe8441e10811ac526bcddd1a (diff) | |
New files.
Diffstat (limited to 'etc/mmm-install')
| -rw-r--r-- | etc/mmm-install | 17 |
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 + + + |
