unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build error: "nmake info" in "emacs/man"
@ 2004-09-08  6:10 Dhruva Krishnamurthy
  2004-09-08 12:58 ` Reiner Steib
  2004-09-08 15:24 ` Eli Zaretskii
  0 siblings, 2 replies; 20+ messages in thread
From: Dhruva Krishnamurthy @ 2004-09-08  6:10 UTC (permalink / raw)


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

Hello,
 I am trying to build GNU Emacs from CVS Head on W2K using MSVC
compiler. I get problems in "nmake info" in "emacs/man" directory. I
have diagnosed the cause and made a patch. Please review it and
install the same. This affects only the MSVC build on MS-Windows OS.

with best regards,
dhruva

-- 
________________________________________
Dhruva Krishnamurthy
Proud FSF member: #1935
http://schemer.fateback.com/

[-- Attachment #2: man.patch --]
[-- Type: application/octet-stream, Size: 1024 bytes --]

*** makefile.w32-in	2004-09-06 09:11:19.040345400 +0530
--- makefile.w32-in.patched	2004-09-08 11:32:37.753233100 +0530
*************** $(infodir)/emacs-mime: emacs-mime.texi
*** 207,219 ****
  emacs-mime.dvi: emacs-mime.texi
  	$(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-mime.texi
  ../info/sieve: sieve.texi
! 	cd $(srcdir); $(MAKEINFO) sieve.texi
  sieve.dvi: sieve.texi
! 	$(ENVADD) $(TEXI2DVI) ${srcdir}/sieve.texi
  ../info/pgg: pgg.texi
! 	cd $(srcdir); $(MAKEINFO) pgg.texi
  pgg.dvi: pgg.texi
! 	$(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi
  
  $(infodir)/mh-e: mh-e.texi
  	$(MAKEINFO) mh-e.texi
--- 207,219 ----
  emacs-mime.dvi: emacs-mime.texi
  	$(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-mime.texi
  ../info/sieve: sieve.texi
! 	$(MAKEINFO) sieve.texi
  sieve.dvi: sieve.texi
! 	$(ENVADD) $(TEXI2DVI) $(srcdir)/sieve.texi
  ../info/pgg: pgg.texi
! 	$(MAKEINFO) pgg.texi
  pgg.dvi: pgg.texi
! 	$(ENVADD) $(TEXI2DVI) $(srcdir)/pgg.texi
  
  $(infodir)/mh-e: mh-e.texi
  	$(MAKEINFO) mh-e.texi

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

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

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

end of thread, other threads:[~2004-09-11 13:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-08  6:10 Build error: "nmake info" in "emacs/man" Dhruva Krishnamurthy
2004-09-08 12:58 ` Reiner Steib
2004-09-08 15:24 ` Eli Zaretskii
2004-09-08 16:59   ` Reiner Steib
2004-09-09  3:47     ` Eli Zaretskii
2004-09-09  4:58       ` Dhruva Krishnamurthy
2004-09-09 19:06         ` Eli Zaretskii
2004-09-10  5:57           ` Dhruva Krishnamurthy
2004-09-10  7:36             ` Jason Rumney
2004-09-10  9:22               ` Eli Zaretskii
2004-09-10  9:38                 ` Dhruva Krishnamurthy
2004-09-10 11:20                   ` Jason Rumney
2004-09-10 12:51                     ` Dhruva Krishnamurthy
2004-09-10 13:44                       ` Reiner Steib
2004-09-10 18:08                         ` Benjamin Riefenstahl
2004-09-10 19:11                           ` Peter 'Luna' Runestig
2004-09-11 13:57                             ` Benjamin Riefenstahl
2004-09-09 10:44       ` Reiner Steib
2004-09-09 19:14         ` Eli Zaretskii
2004-09-09  7:34     ` Peter 'Luna' Runestig

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