Mercurial > emacs
annotate doc/misc/trampver.texi @ 87883:af599a62c634
* dbus.texi (Errors and Events): New macro dbus-ignore-errors.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 21 Jan 2008 20:00:50 +0000 |
parents | 73f3bfa2b31e |
children | 5d58981e6690 |
rev | line source |
---|---|
84320 | 1 @c -*-texinfo-*- |
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. | |
3 | |
4 @c In the Tramp CVS, the version number is auto-frobbed from | |
5 @c configure.ac, so you should edit that file and run | |
6 @c "autoconf && ./configure" to change the version number. | |
87752
73f3bfa2b31e
* trampver.texi: Update release number.
Michael Albinus <michael.albinus@gmx.de>
parents:
87369
diff
changeset
|
7 @set trampver 2.1.13-pre |
84320 | 8 |
9 @c Other flags from configuration | |
10 @set instprefix /usr/local | |
11 @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
|
12 @set infodir /usr/local/share/info |
84320 | 13 |
14 @c Formatting of the tramp program name consistent. | |
15 @set tramp @sc{tramp} | |
16 | |
17 @c Whether or not describe gateway methods. | |
18 @ifclear noemacsgw | |
19 @set emacsgw | |
20 @end ifclear | |
21 | |
22 @c Some flags which make the text independent on the (X)Emacs flavor. | |
23 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". | |
24 @ifclear emacs | |
25 @ifclear xemacs | |
26 @set emacs | |
27 @end ifclear | |
28 @end ifclear | |
29 | |
30 @c Emacs values. | |
31 @ifset emacs | |
32 @set emacsname GNU Emacs | |
33 @set emacsdir emacs | |
34 @set ftppackagename Ange-FTP | |
35 @set prefix / | |
36 @set prefixhop | |
37 @set postfix : | |
38 @set postfixhop : | |
39 @set emacsothername XEmacs | |
40 @set emacsotherdir xemacs | |
41 @set emacsotherfilename tramp-xemacs.html | |
42 @set japanesemanual tramp_ja-emacs.html | |
43 @end ifset | |
44 | |
45 @c XEmacs counterparts. | |
46 @ifset xemacs | |
47 @set emacsname XEmacs | |
48 @set emacsdir xemacs | |
49 @set ftppackagename EFS | |
50 @set prefix /[ | |
51 @set prefixhop [ | |
52 @set postfix ] | |
53 @set postfixhop / | |
54 @set emacsothername GNU Emacs | |
55 @set emacsotherdir emacs | |
56 @set emacsotherfilename tramp-emacs.html | |
57 @set japanesemanual tramp_ja-xemacs.html | |
58 @end ifset | |
59 | |
60 @ignore | |
61 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c | |
62 @end ignore |