aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/mmm-install
blob: 41042d231e2fa4f258f01598aa4873fd2edec940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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