b44f1df2a1efa5b6be8e568bb38de9edc6100f11
[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-2012 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.6-24.3
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 Some flags which make the text independent on the (X)Emacs flavor.
32 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs".
33 @ifclear emacs
34 @ifclear xemacs
35 @set emacs
36 @end ifclear
37 @end ifclear
38
39 @c Emacs values.
40 @ifset emacs
41 @set emacsname Emacs
42 @set emacsdir emacs
43 @set ftppackagename Ange-FTP
44 @set prefix /
45 @set prefixhop
46 @set postfix :
47 @set postfixhop :
48 @set ipv6prefix [
49 @set ipv6postfix ]
50 @set emacsothername XEmacs
51 @set emacsotherdir xemacs
52 @set emacsotherfilename tramp-xemacs.html
53 @end ifset
54
55 @c XEmacs counterparts.
56 @ifset xemacs
57 @set emacsname XEmacs
58 @set emacsdir xemacs
59 @set ftppackagename EFS
60 @set prefix /[
61 @set prefixhop [
62 @set postfix ]
63 @set postfixhop /
64 @set ipv6prefix
65 @set ipv6postfix
66 @set emacsothername Emacs
67 @set emacsotherdir emacs
68 @set emacsotherfilename tramp-emacs.html
69 @end ifset