# HG changeset patch # User Gerd Moellmann # Date 991335748 0 # Node ID 5ca54595fa61b5b7473582257fcda44dd34606a1 # Parent efefef4ec3ebb80afe526c876e0261206beaa7e0 (bootstrap-doc): New target. (bootstrap-emacs): Depend on it. diff -r efefef4ec3eb -r 5ca54595fa61 src/Makefile.in --- a/src/Makefile.in Thu May 31 14:34:37 2001 +0000 +++ b/src/Makefile.in Thu May 31 19:02:28 2001 +0000 @@ -1194,10 +1194,18 @@ 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