comparison man/trampver.texi @ 81759:97a500885a14

* tramp.texi: * trampver.texi: Migrate to Tramp 2.1.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 08 Jul 2007 18:05:03 +0000
parents 0cc9b64806d2
children 25571c49ded1 a66921565bcb
comparison
equal deleted inserted replaced
81758:f03856eb136b 81759:97a500885a14
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. 2 @c texi/trampver.texi. Generated from trampver.texi.in by configure.
3
4 @c This is part of the Emacs manual.
5 @c Copyright (C) 2003, 2004, 2005, 2006, 2007
6 @c Free Software Foundation, Inc.
7 @c See file emacs.texi for copying conditions.
8 3
9 @c In the Tramp CVS, the version number is auto-frobbed from 4 @c In the Tramp CVS, the version number is auto-frobbed from
10 @c configure.ac, so you should edit that file and run 5 @c configure.ac, so you should edit that file and run
11 @c "autoconf && ./configure" to change the version number. 6 @c "autoconf && ./configure" to change the version number.
12 @set trampver 2.0.56 7 @set trampver 2.1.10-pre
13 8
14 @c Other flags from configuration 9 @c Other flags from configuration
15 @set prefix /usr/local 10 @set instprefix /usr/local
16 @set lispdir /usr/local/share/emacs/site-lisp 11 @set lispdir /usr/local/share/emacs/site-lisp
17 @set infodir /usr/local/share/info 12 @set infodir /usr/local/info
18 13
19 @c Formatting of the tramp program name consistent. 14 @c Formatting of the tramp program name consistent.
20 @set tramp @sc{tramp} 15 @set tramp @sc{tramp}
21 16
17 @c Whether or not describe gateway methods.
18 @ifclear noemacsgw
19 @set emacsgw
20 @end ifclear
21
22 @c Some flags which make the text independent on the (X)Emacs flavor. 22 @c Some flags which make the text independent on the (X)Emacs flavor.
23 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". 23 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs".
24
25 @ifclear emacs 24 @ifclear emacs
26 @ifclear xemacs 25 @ifclear xemacs
27 @set emacs 26 @set emacs
28 @end ifclear 27 @end ifclear
29 @end ifclear 28 @end ifclear
32 @ifset emacs 31 @ifset emacs
33 @set emacsname GNU Emacs 32 @set emacsname GNU Emacs
34 @set emacsdir emacs 33 @set emacsdir emacs
35 @set ftppackagename Ange-FTP 34 @set ftppackagename Ange-FTP
36 @set prefix / 35 @set prefix /
37 @set prefixsinglehop 36 @set prefixhop
38 @set postfix : 37 @set postfix :
39 @set postfixsinglehop : 38 @set postfixhop :
40 @set postfixmultihop :
41 @set emacsothername XEmacs 39 @set emacsothername XEmacs
42 @set emacsotherdir xemacs 40 @set emacsotherdir xemacs
43 @set emacsotherfilename tramp-xemacs.html 41 @set emacsotherfilename tramp-xemacs.html
44 @set japanesemanual tramp_ja-emacs.html 42 @set japanesemanual tramp_ja-emacs.html
45 @end ifset 43 @end ifset
48 @ifset xemacs 46 @ifset xemacs
49 @set emacsname XEmacs 47 @set emacsname XEmacs
50 @set emacsdir xemacs 48 @set emacsdir xemacs
51 @set ftppackagename EFS 49 @set ftppackagename EFS
52 @set prefix /[ 50 @set prefix /[
53 @set prefixsinglehop [ 51 @set prefixhop [
54 @set postfix ] 52 @set postfix ]
55 @set postfixsinglehop / 53 @set postfixhop /
56 @set postfixmultihop :
57 @set emacsothername GNU Emacs 54 @set emacsothername GNU Emacs
58 @set emacsotherdir emacs 55 @set emacsotherdir emacs
59 @set emacsotherfilename tramp-emacs.html 56 @set emacsotherfilename tramp-emacs.html
60 @set japanesemanual tramp_ja-xemacs.html 57 @set japanesemanual tramp_ja-xemacs.html
61 @end ifset 58 @end ifset