[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
info manual fails to build
From: |
Matt Swift |
Subject: |
info manual fails to build |
Date: |
Thu, 10 Apr 2003 09:35:54 -0400 |
User-agent: |
Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (gnu/linux) |
The following change has caused my builds to get the error below while
building the info manual:
2003-04-06 Michael Albinus <address@hidden>
* Makefile.in (%.dvi): Apply parameter `-t "@set $(EMACS_INFO)"'
for texi2dvi.
* tramp.texi (top-level): Move installation related entries to
trampinst.texi. Apply respective macros instead of, in case flag
`tramp-inst' is set.
Move all (X)Emacs related flags to trampver.texi.in.
* trampinst.texi: New file. Contains installation related
entries.
* trampver.texi.in (top-level): Define all (X)Emacs related
flags. Include trampinst.texi depending on configure option
`--with-packaging'.
Makeinfo trips on "@TRAMP_INST@" in trampver.texi, which comes from
trampver.texi.in and I am guessing is supposed to have been
transformed by configure into something else. I am doing
configure --prefix=blah --with-lispdir=blah
as has always worked up until the change above:
configure: Tramp 2.0.31
checking whether make sets $(MAKE)... yes
checking for emacs... emacs
checking for the Emacs flavor... emacs
checking for makeinfo... makeinfo
checking for reasonable makeinfo version... ok
checking for texi2dvi... texi2dvi
checking for reasonable texi2dvi version... ok
checking prefix... /usr/local
checking datadir... ${prefix}/share
checking lispdir... /usr/local/share/emacs/current/site-lisp/tramp
checking infodir... $(prefix)/info
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating lisp/Makefile
config.status: creating lisp/trampver.el
config.status: creating texi/Makefile
config.status: creating texi/trampver.texi
autoconf --trace=AC_INIT
configure.ac:33:AC_INIT:Tramp:2.0.33:address@hidden
for a in lisp texi ; do \
make -C $a "EMACS=emacs" \
"EMACS_INFO=emacs" install; \
done
make[1]: Entering directory `/usr/local/share/src/emacs/tramp/lisp'
install -m644 tramp-ftp.el tramp-smb.el tramp-util.el tramp-uu.el
tramp-vc.el tramp.el trampcache.el trampver.el
/usr/local/share/emacs/current/site-lisp/tramp
make[1]: Leaving directory `/usr/local/share/src/emacs/tramp/lisp'
make[1]: Entering directory `/usr/local/share/src/emacs/tramp/texi'
makeinfo --no-split --footnote-style=end -D emacs -o ../info/tramp
tramp.texi
./trampver.texi:60: Unknown command `TRAMP_INST@'.
makeinfo: Removing output file `../info/tramp' due to errors; use --force
to preserve.
make[1]: *** [../info/tramp] Error 2
make[1]: Leaving directory `/usr/local/share/src/emacs/tramp/texi'
make: *** [install] Error 2
- info manual fails to build,
Matt Swift <=