From 0588a76157987ab96848d53b73c846e9f16e55ac Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 11 Jul 1994 20:29:09 +0000 Subject: [PATCH] Update finder-inf.el. --- make-dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make-dist b/make-dist index d8e698b5a6c..e5b7b32564a 100755 --- a/make-dist +++ b/make-dist @@ -121,6 +121,11 @@ fi ### Update getdate.c. (cd lib-src; make -f Makefile getdate.c YACC="bison -y") +echo "Updating finder-inf.el." + +### update finder-inf.el. +(cd src; emacs -batch -l finder -f finder-compile-keywords) + echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent} -- 2.39.5