>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
>>>> "Martin" == Martin Buchholz
<martin(a)xemacs.org> writes:
APA> Hi Martin,
APA> building on Windows NT native I get as far as this:
APA> Wrote d:\tmp\21.2\xemacs\info\xemacs.info-19
APA> Splitting Info file...done.
APA> Saving modified d:\tmp\21.2\xemacs\info\xemacs.info
APA> Wrote d:\tmp\21.2\xemacs\info\xemacs.info
APA> NMAKE : fatal error U1073: don't know how to make
'..\man\lispref\index.perm'
APA> Stop.
APA> Compilation exited abnormally with code 2 at Thu Nov 18 00:44:43
APA> Have you removed
APA> $(MANDIR)\lispref\index.perm
APA> ?
APA> nt/xemacs.mak has this rule:
APA> $(INFODIR)\lispref.info: $(MANDIR)\lispref\lispref.texi
APA> copy $(MANDIR)\lispref\index.perm $(MANDIR)\lispref\index.texi
APA> $(MAKEINFO) $**
APA> Why should $(MANDIR)\lispref\index.perm be discontinued?
Hi again!
I updated xemacs\man again.
The previous distclean had removed index.texi files.
The update gave me the info-related files:
CVSROOT directory: :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot
Working directory: d:\tmp\21.2\xemacs\man
In directory .:
Unknown .cvsignore
Patched ChangeLog
Patched Makefile
Updated emodules.texi
Removed info-stnd.texi
Patched info.texi
Patched standards.texi
Patched texinfo.tex
Patched texinfo.texi
Patched xemacs-faq.texi
In directory .\internals:
Unknown .cvsignore
Updated index.texi
In directory .\lispref:
Unknown .cvsignore
Updated index.texi
--------------------- End ---------------------
Now I get stopped by this error:
Saving modified d:\tmp\21.2\xemacs\info\emodules.info
Wrote d:\tmp\21.2\xemacs\info\emodules.info
..\src\xemacs.exe -no-site-file -no-init-file -batch -l texinfmt -f batch-texinfo-format
..\man\info.texi
texinfo formatting d:\tmp\21.2\xemacs\man\info.texi...
Formatting Info file...
Formatting Info file: ../info/info.info
Converting info.texi to Info format...
Removing trailing whitespace from Info buffer...
> Error: (error "@ifnottex is not handled by texinfo")
> point at
>
> @node Top
> @top Info: An Introduction
> Info is a program for reading documentation, which you are us
NMAKE : fatal
error U1077: '..\src\xemacs.exe' : return code '0x1'
Stop.
Compilation exited abnormally with code 2 at Thu Nov 18 01:39:23
APA> Regards,
APA> Adrian
Martin> * internals/Makefile:
Martin> * xemacs/Makefile:
Martin> * lispref/Makefile:
Martin> * new-users-guide/Makefile:
Martin> * lispref/index.perm:
Martin> * lispref/index.unperm:
Martin> * lispref/permute-index:
Martin> * internals/index.perm:
Martin> * internals/index.unperm:
Martin> Remove these Makefiles.
Martin> Include all functionality in man/Makefile.
Martin> Support only non-permuted indexes for simplicity.
Martin> * emodules.texi:
Martin> - TeX doesn't tolerate `_' in variable names; use `-' instead.
Martin> * lispref/commands.texi: