emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bootstrap shouldn't give up due to missing xrefs in the manual


From: Denis Bueno
Subject: Re: Bootstrap shouldn't give up due to missing xrefs in the manual
Date: Tue, 30 Nov 2004 22:18:45 -0500

On 30 Nov 2004, at 21.57, Richard Stallman wrote:

Does this patch eliminate the problem?

Works for me, on 30 Nov.

uname -a: Darwin johngalt.local 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC Power Macintosh powerpc


*** Makefile.in 11 Nov 2004 09:58:10 -0500      1.298
--- Makefile.in 30 Nov 2004 21:19:32 -0500      
***************
*** 719,727 ****
  # put the info files in $(srcdir),
  # so we can do ok running make in the build dir.
  info: force-info
!       (cd man; $(MAKE) $(MFLAGS) info)
!       (cd lispref; $(MAKE) $(MFLAGS) info)
!       (cd lispintro; $(MAKE) $(MFLAGS) info)
  dvi:
        (cd man; $(MAKE) $(MFLAGS) dvi)
        (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi)
--- 719,727 ----
  # put the info files in $(srcdir),
  # so we can do ok running make in the build dir.
  info: force-info
!       -(cd man; $(MAKE) $(MFLAGS) info)
!       -(cd lispref; $(MAKE) $(MFLAGS) info)
!       -(cd lispintro; $(MAKE) $(MFLAGS) info)
  dvi:
        (cd man; $(MAKE) $(MFLAGS) dvi)
        (cd lispref; $(MAKE) $(MFLAGS) elisp.dvi)


_______________________________________________
Emacs-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-devel


--
Denis Bueno
PGP: http://pgp.mit.edu:11371/pks/lookup?search=0xA1B51B4B&op=index
"Be careful about reading health books. You may die of a misprint." - Mark Twain





reply via email to

[Prev in Thread] Current Thread [Next in Thread]