summaryrefslogtreecommitdiff
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorKai Großjohann <kgrossjo@eu.uu.net>2003-03-29 15:16:57 +0000
committerKai Großjohann <kgrossjo@eu.uu.net>2003-03-29 15:16:57 +0000
commitb1a2b924ce45cc99bd148afc65637841e88e314b (patch)
tree71a7254ba9aa43491c0e075c43524bd2603df99c /man/Makefile.in
parentef6e365d099f5f2cd75d8ca783436e503fa5dabe (diff)
downloademacs-b1a2b924ce45cc99bd148afc65637841e88e314b.tar.gz
* 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.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 54bc0709a50..bb179e7d545 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -268,7 +268,7 @@ emacs-mime.dvi: emacs-mime.texi
$(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi
../info/tramp: tramp.texi
- cd $(srcdir); $(MAKEINFO) tramp.texi
+ cd $(srcdir); $(MAKEINFO) -D emacs tramp.texi
tramp.dvi: tramp.texi
$(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi