(bootstrap-emacs): Depend on it.
2001-05-31 Gerd Moellmann <gerd@gnu.org>
+ * Makefile.in (bootstrap-doc): New target.
+ (bootstrap-emacs): Depend on it.
+
* fileio.c (Fdo_auto_save): Don't try to create the directory of
auto-save-list-file-name when shutting down Emacs, because
creating the directory might signal an error, and leaves
bootstrap-temacs:
LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) -DPURESIZE=5000000 -I../src"
+/* Build a DOC file. */
+
+bootstrap-doc: ${libsrc}make-docfile
+ -rm -f ${etc}DOC
+ els=`echo ${shortlisp} ${SOME_MACHINE_LISP} \
+ | sed -e "s/\\.elc/.el/g"`; \
+ ${libsrc}make-docfile -d ${srcdir} $$els ${obj} > ${etc}DOC
+
/* Dump an Emacs executable named bootstrap-emacs containing the
files from loadup.el in source form. */
-bootstrap-emacs: bootstrap-temacs
+bootstrap-emacs: bootstrap-temacs bootstrap-doc
#ifdef CANNOT_DUMP
ln temacs bootstrap-emacs
#else