Mercurial > emacs
annotate doc/misc/trampver.texi @ 104225:2b13858c8a2f
(concat): Don't re-set string length to its current value.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 10 Aug 2009 00:57:48 +0000 |
parents | fb1f8d447583 |
children | 94b39316ef4a |
rev | line source |
---|---|
84320 | 1 @c -*-texinfo-*- |
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. | |
3 | |
87903 | 4 @c This is part of the Emacs manual. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
5 @c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
87903 | 6 @c Free Software Foundation, Inc. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
7 @c See file doclicense.texi for copying conditions. |
87903 | 8 |
84320 | 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. | |
103646
fb1f8d447583
* trampver.texi: Update release number.
Michael Albinus <michael.albinus@gmx.de>
parents:
103535
diff
changeset
|
12 @set trampver 2.1.17-pre |
84320 | 13 |
14 @c Other flags from configuration | |
15 @set instprefix /usr/local | |
16 @set lispdir /usr/local/share/emacs/site-lisp | |
85126
9a6e9b6e4a76
Sync with Tramp 2.1.11.
Michael Albinus <michael.albinus@gmx.de>
parents:
84320
diff
changeset
|
17 @set infodir /usr/local/share/info |
84320 | 18 |
19 @c Formatting of the tramp program name consistent. | |
20 @set tramp @sc{tramp} | |
21 | |
22 @c Whether or not describe gateway methods. | |
23 @ifclear noemacsgw | |
24 @set emacsgw | |
25 @end ifclear | |
26 | |
103535
87b3a15102c2
* trampver.texi: Update release number. Set default value of
Michael Albinus <michael.albinus@gmx.de>
parents:
101731
diff
changeset
|
27 @c Whether or not describe GVFS integration. |
87b3a15102c2
* trampver.texi: Update release number. Set default value of
Michael Albinus <michael.albinus@gmx.de>
parents:
101731
diff
changeset
|
28 @ifclear noemacsgvfs |
87b3a15102c2
* trampver.texi: Update release number. Set default value of
Michael Albinus <michael.albinus@gmx.de>
parents:
101731
diff
changeset
|
29 @set emacsgvfs |
87b3a15102c2
* trampver.texi: Update release number. Set default value of
Michael Albinus <michael.albinus@gmx.de>
parents:
101731
diff
changeset
|
30 @end ifclear |
87b3a15102c2
* trampver.texi: Update release number. Set default value of
Michael Albinus <michael.albinus@gmx.de>
parents:
101731
diff
changeset
|
31 |
84320 | 32 @c Some flags which make the text independent on the (X)Emacs flavor. |
33 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". | |
34 @ifclear emacs | |
35 @ifclear xemacs | |
36 @set emacs | |
37 @end ifclear | |
38 @end ifclear | |
39 | |
40 @c Emacs values. | |
41 @ifset emacs | |
42 @set emacsname GNU Emacs | |
43 @set emacsdir emacs | |
44 @set ftppackagename Ange-FTP | |
45 @set prefix / | |
46 @set prefixhop | |
47 @set postfix : | |
48 @set postfixhop : | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
49 @set ipv6prefix [ |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
50 @set ipv6postfix ] |
84320 | 51 @set emacsothername XEmacs |
52 @set emacsotherdir xemacs | |
53 @set emacsotherfilename tramp-xemacs.html | |
54 @set japanesemanual tramp_ja-emacs.html | |
55 @end ifset | |
56 | |
57 @c XEmacs counterparts. | |
58 @ifset xemacs | |
59 @set emacsname XEmacs | |
60 @set emacsdir xemacs | |
61 @set ftppackagename EFS | |
62 @set prefix /[ | |
63 @set prefixhop [ | |
64 @set postfix ] | |
65 @set postfixhop / | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
66 @set ipv6prefix |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
67 @set ipv6postfix |
84320 | 68 @set emacsothername GNU Emacs |
69 @set emacsotherdir emacs | |
70 @set emacsotherfilename tramp-emacs.html | |
71 @set japanesemanual tramp_ja-xemacs.html | |
72 @end ifset | |
73 | |
74 @ignore | |
75 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c | |
76 @end ignore |