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