Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / doc / misc / trampver.texi
blobfe91fc893fc58ec23ea6367a7e09125c74599f2b
1 @c -*-texinfo-*-
2 @c texi/trampver.texi.  Generated from trampver.texi.in by configure.
4 @c This is part of the Emacs manual.
5 @c Copyright (C) 2003-2014 Free Software Foundation, Inc.
6 @c See file doclicense.texi for copying conditions.
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.9-pre
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
18 @c Formatting of the tramp program name consistent.
19 @set tramp @sc{tramp}
21 @c Whether or not describe GVFS integration.
22 @ifclear noemacsgvfs
23 @set emacsgvfs
24 @end ifclear
26 @c Whether or not describe gateway methods.
27 @ifclear noemacsgw
28 @set emacsgw
29 @end ifclear
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
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
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