]> code.delx.au - gnu-emacs/blob - doc/misc/trampver.texi
a5e0d02fd4588484549b1afeea56d025e17d49ac
[gnu-emacs] / doc / misc / trampver.texi
1 @c -*-texinfo-*-
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, 2008, 2009,
6 @c 2010, 2011 Free Software Foundation, Inc.
7 @c See file doclicense.texi for copying conditions.
8
9 @c In the Tramp CVS, the version number is auto-frobbed from
10 @c configure.ac, so you should edit that file and run
11 @c "autoconf && ./configure" to change the version number.
12 @set trampver 2.2.0
13
14 @c Other flags from configuration
15 @set instprefix /usr/local
16 @set lispdir /usr/local/share/emacs/site-lisp
17 @set infodir /usr/local/share/info
18
19 @c Formatting of the tramp program name consistent.
20 @set tramp @sc{tramp}
21
22 @c Whether or not describe GVFS integration.
23 @ifclear noemacsgvfs
24 @set emacsgvfs
25 @end ifclear
26
27 @c Whether or not describe gateway methods.
28 @ifclear noemacsgw
29 @set emacsgw
30 @end ifclear
31
32 @c Whether or not describe IMAP support.
33 @ifclear noemacsimap
34 @set emacsimap
35 @end ifclear
36
37 @c Some flags which make the text independent on the (X)Emacs flavor.
38 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs".
39 @ifclear emacs
40 @ifclear xemacs
41 @set emacs
42 @end ifclear
43 @end ifclear
44
45 @c Emacs values.
46 @ifset emacs
47 @set emacsname GNU Emacs
48 @set emacsdir emacs
49 @set ftppackagename Ange-FTP
50 @set prefix /
51 @set prefixhop
52 @set postfix :
53 @set postfixhop :
54 @set ipv6prefix [
55 @set ipv6postfix ]
56 @set emacsothername XEmacs
57 @set emacsotherdir xemacs
58 @set emacsotherfilename tramp-xemacs.html
59 @end ifset
60
61 @c XEmacs counterparts.
62 @ifset xemacs
63 @set emacsname XEmacs
64 @set emacsdir xemacs
65 @set ftppackagename EFS
66 @set prefix /[
67 @set prefixhop [
68 @set postfix ]
69 @set postfixhop /
70 @set ipv6prefix
71 @set ipv6postfix
72 @set emacsothername GNU Emacs
73 @set emacsotherdir emacs
74 @set emacsotherfilename tramp-emacs.html
75 @end ifset