Mercurial > emacs
comparison man/Makefile.in @ 50338:155b4b78aa3b
* tramp.el: Version 2.0.31 released.
(tramp-handle-expand-file-name): Do not allow ".." to
cross file handler boundaries, so that "/user@host:/../foo"
expands to itself, rather than "/foo". This is intended to work
in conjunction with a change in `file-relative-name' which makes
sure to use absolute file names if FILE and DIRECTORY have
different handlers.
(tramp-handle-insert-directory): Comment out XEmacs
kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
* Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
version of manual.
* tramp.texi (Auto-save and Backup): New node.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sat, 29 Mar 2003 15:16:57 +0000 |
parents | 02561bd032dd |
children | a506dd752a0b |
comparison
equal
deleted
inserted
replaced
50337:f4504bc1f3bf | 50338:155b4b78aa3b |
---|---|
266 cd $(srcdir); $(MAKEINFO) emacs-mime.texi | 266 cd $(srcdir); $(MAKEINFO) emacs-mime.texi |
267 emacs-mime.dvi: emacs-mime.texi | 267 emacs-mime.dvi: emacs-mime.texi |
268 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi | 268 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi |
269 | 269 |
270 ../info/tramp: tramp.texi | 270 ../info/tramp: tramp.texi |
271 cd $(srcdir); $(MAKEINFO) tramp.texi | 271 cd $(srcdir); $(MAKEINFO) -D emacs tramp.texi |
272 tramp.dvi: tramp.texi | 272 tramp.dvi: tramp.texi |
273 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi | 273 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi |
274 | 274 |
275 ../info/ses: ses.texi | 275 ../info/ses: ses.texi |
276 cd $(srcdir); $(MAKEINFO) ses.texi | 276 cd $(srcdir); $(MAKEINFO) ses.texi |