emacs-devel
[Top][All Lists]
Advanced

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

Re: Suggested change to man/makefile.w32-in


From: Jason Rumney
Subject: Re: Suggested change to man/makefile.w32-in
Date: Sun, 24 Oct 2004 21:50:27 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

"Lennart Borgman" <address@hidden> writes:

> There were one more problem with building info on w32 which I did not notice
> first. It will currently only build when cmd.exe is the shell.
>
> To get "make info" to work when MSYS is in the path (which makes "sh" the
> shell for the makefile) the following change should be made to
> "man/makefile.w32-in":
>
> ****Old:
> info: $(INFO_TARGETS)
> ifeq "$(SHELLTYPE)" "CMD"
>  $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)

In the version I have, that line is unconditional. I am pretty sure
that using ifeq will break the build in nmake anyway.

Is there still a problem with msys if you remove the ifeq line above?




reply via email to

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