summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/scripts/configure
blob: decb83c576f627f8b4954fe7da4adae42f6a1d1f (plain) (blame)
1
2
3
4
5
6
#! /bin/sh

for f in site-init.el; do
	${SED} -e "s,%%DOC_FILE%%,${DOC_FILE},g" \
		< ${FILESDIR}/${f}.tmpl > ${WRKSRC}/lisp/${f}
done