all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to build emacs without manual?
@ 2014-03-29 15:34 Nathan Trapuzzano
  2014-03-29 15:45 ` Andreas Schwab
  2014-03-29 16:08 ` Vibhav Pant
  0 siblings, 2 replies; 4+ messages in thread
From: Nathan Trapuzzano @ 2014-03-29 15:34 UTC (permalink / raw
  To: emacs-devel

I'm trying to build older versions of Emacs (e.g. 23.4) to test some
libraries against, but the build keeps failing at the makeinfo stage
(despite make's -k flag), apparently because of some texinfo error that
older versions didn't flag as such.

Is there a way to configure for a manual-less build without hacking the
Makefiles?  The --without-makeinfo flag doesn't do what I thought.



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

* Re: How to build emacs without manual?
  2014-03-29 15:34 How to build emacs without manual? Nathan Trapuzzano
@ 2014-03-29 15:45 ` Andreas Schwab
  2014-03-29 16:08   ` Nathan Trapuzzano
  2014-03-29 16:08 ` Vibhav Pant
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2014-03-29 15:45 UTC (permalink / raw
  To: Nathan Trapuzzano; +Cc: emacs-devel

Nathan Trapuzzano <nbtrap@nbtrap.com> writes:

> Is there a way to configure for a manual-less build without hacking the
> Makefiles?  The --without-makeinfo flag doesn't do what I thought.

make MAKEINFO="makeinfo --force"

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: How to build emacs without manual?
  2014-03-29 15:45 ` Andreas Schwab
@ 2014-03-29 16:08   ` Nathan Trapuzzano
  0 siblings, 0 replies; 4+ messages in thread
From: Nathan Trapuzzano @ 2014-03-29 16:08 UTC (permalink / raw
  To: Andreas Schwab; +Cc: emacs-devel

Andreas Schwab <schwab@linux-m68k.org> writes:

> make MAKEINFO="makeinfo --force"

That worked, thanks.



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

* Re: How to build emacs without manual?
  2014-03-29 15:34 How to build emacs without manual? Nathan Trapuzzano
  2014-03-29 15:45 ` Andreas Schwab
@ 2014-03-29 16:08 ` Vibhav Pant
  1 sibling, 0 replies; 4+ messages in thread
From: Vibhav Pant @ 2014-03-29 16:08 UTC (permalink / raw
  To: Nathan Trapuzzano, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

The --without-makeinfo flag doesn't work for me too, I have to change MAKEINFO=yes to MAKEINFO=no in the Makefile to compile without docs.

On March 29, 2014 9:04:50 PM GMT+05:30, Nathan Trapuzzano <nbtrap@nbtrap.com> wrote:
>I'm trying to build older versions of Emacs (e.g. 23.4) to test some
>libraries against, but the build keeps failing at the makeinfo stage
>(despite make's -k flag), apparently because of some texinfo error that
>older versions didn't flag as such.
>
>Is there a way to configure for a manual-less build without hacking the
>Makefiles?  The --without-makeinfo flag doesn't do what I thought.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

[-- Attachment #2: Type: text/html, Size: 987 bytes --]

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

end of thread, other threads:[~2014-03-29 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-29 15:34 How to build emacs without manual? Nathan Trapuzzano
2014-03-29 15:45 ` Andreas Schwab
2014-03-29 16:08   ` Nathan Trapuzzano
2014-03-29 16:08 ` Vibhav Pant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.