comparison make-dist @ 8201:686198604dc7

Update finder-inf.el.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Jul 1994 20:29:09 +0000
parents bd5b4c5dda7f
children cdd772d2e59f
comparison
equal deleted inserted replaced
8200:bfe8cf9c2aef 8201:686198604dc7
118 autoconf 118 autoconf
119 fi 119 fi
120 120
121 ### Update getdate.c. 121 ### Update getdate.c.
122 (cd lib-src; make -f Makefile getdate.c YACC="bison -y") 122 (cd lib-src; make -f Makefile getdate.c YACC="bison -y")
123
124 echo "Updating finder-inf.el."
125
126 ### update finder-inf.el.
127 (cd src; emacs -batch -l finder -f finder-compile-keywords)
123 128
124 echo "Creating staging directory: \`${tempparent}'" 129 echo "Creating staging directory: \`${tempparent}'"
125 130
126 mkdir ${tempparent} 131 mkdir ${tempparent}
127 tempdir="${tempparent}/${emacsname}" 132 tempdir="${tempparent}/${emacsname}"