Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 5603:2b2f37e84792
Fixes for building native windows setup kits
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Tue, 29 Nov 2011 09:05:36 -0500 |
parents | 308d34e9f07d |
children | 4cffcc80b299 |
line wrap: on
line diff
--- a/nt/xemacs.mak Sat Nov 26 17:59:14 2011 +0000 +++ b/nt/xemacs.mak Tue Nov 29 09:05:36 2011 -0500 @@ -1630,6 +1630,14 @@ $(MANDIR)\new-users-guide\region.texi \ $(MANDIR)\new-users-guide\search.texi \ $(MANDIR)\new-users-guide\xmenu.texi + +TEXINFO_SRCS = \ + $(MANDIR)\texinfo\texinfo.texi \ + $(MANDIR)\texinfo\version.texi + +$(INFODIR)\texinfo.info: $(TEXINFO_SRCS) + cd $(MANDIR)\texinfo + $(MAKEINFO) texinfo.texi $(INFODIR)\xemacs.info: $(XEMACS_SRCS) cd $(MANDIR)\xemacs