unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrap shouldn't give up due to missing xrefs in the manual
@ 2004-12-01  2:57 Richard Stallman
  2004-12-01  3:18 ` Denis Bueno
  2004-12-01  4:33 ` Luc Teirlinck
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Stallman @ 2004-12-01  2:57 UTC (permalink / raw)


Does this patch eliminate the problem?

*** 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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-01  4:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01  2:57 Bootstrap shouldn't give up due to missing xrefs in the manual Richard Stallman
2004-12-01  3:18 ` Denis Bueno
2004-12-01  4:33 ` Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).