comparison make-dist @ 17742:09cdafe1339f

Use new non-file targets in lisp/Makefile.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 May 1997 00:03:38 +0000
parents 892cc20c7d91
children b8a3deb464b9
comparison
equal deleted inserted replaced
17741:0c832661d9b4 17742:09cdafe1339f
173 173
174 (cd man; make info) 174 (cd man; make info)
175 175
176 echo "Updating finder-inf.el" 176 echo "Updating finder-inf.el"
177 177
178 (cd lisp; make finder-inf.el) 178 (cd lisp; make finder-data)
179 179
180 echo "Recompiling Lisp files" 180 echo "Recompiling Lisp files"
181 181
182 $EMACS -batch -f batch-byte-recompile-directory lisp 182 $EMACS -batch -f batch-byte-recompile-directory lisp
183 183
185 185
186 (cd lisp; make autoloads) 186 (cd lisp; make autoloads)
187 187
188 echo "Updating cus-load.el" 188 echo "Updating cus-load.el"
189 189
190 (cd lisp; make cus-load.el) 190 (cd lisp; make custom-deps)
191 fi 191 fi
192 192
193 echo "Making lisp/MANIFEST" 193 echo "Making lisp/MANIFEST"
194 194
195 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST) 195 (cd lisp; head -1 [!=]*.el | grep '^;' | sed -e 's/;;; //' > MANIFEST)