From: "Lennart Borgman" <lennart.borgman.073@student.lu.se>
Subject: Suggested change to man/makefile.w32-in
Date: Sun, 24 Oct 2004 21:45:36 +0200 [thread overview]
Message-ID: <047f01c4ba03$de62ed70$0200a8c0@sedrcw11488> (raw)
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)
****New:
info: $(INFO_TARGETS)
ifeq "$(SHELLTYPE)" "CMD"
$(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
else
for file in $(INFO_TARGETS); do install-info --info-dir=$(infodir)
$${file}; done
endif
After this change (and with makeinfo from MSYS replaced with makeinfo from
http://gnuwin32.sourceforge.net/) "make info" will build ok.
Could this change be accepted? (I have not checked in any change.)
- Lennart
next reply other threads:[~2004-10-24 19:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-24 19:45 Lennart Borgman [this message]
2004-10-24 20:50 ` Suggested change to man/makefile.w32-in Jason Rumney
2004-10-24 23:32 ` Lennart Borgman
2004-10-25 8:04 ` Jason Rumney
2004-10-25 9:06 ` Kim F. Storm
2004-10-25 15:54 ` Lennart Borgman
2004-10-25 19:06 ` Lennart Borgman
2004-10-25 19:51 ` Jason Rumney
2004-10-27 17:59 ` Lennart Borgman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='047f01c4ba03$de62ed70$0200a8c0@sedrcw11488' \
--to=lennart.borgman.073@student.lu.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).