]> code.delx.au - gnu-emacs/blob - doc/misc/trampver.texi
Merge from origin/emacs-25
[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-2016 Free Software Foundation, Inc.
6 @c See file doclicense.texi for copying conditions.
7
8 @c In the Tramp GIT, 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.3.0-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 Some flags which define the remote file name syntax.
22 @ifclear unified
23 @ifclear separate
24 @set unified
25 @end ifclear
26 @end ifclear
27
28 @ifset unified
29 @set prefix /
30 @set prefixhop
31 @set postfix :
32 @set postfixhop :
33 @set ipv6prefix [
34 @set ipv6postfix ]
35 @end ifset
36
37 @ifset separate
38 @set prefix /[
39 @set prefixhop [
40 @set postfix ]
41 @set postfixhop /
42 @set ipv6prefix
43 @set ipv6postfix
44 @end ifset