/[emacs]/emacs/man/trampver.texi
ViewVC logotype

Diff of /emacs/man/trampver.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kai, Sat Mar 29 15:16:57 2003 UTC revision 1.2 by kai, Tue Apr 8 20:09:21 2003 UTC
# Line 5  Line 5 
5  @c configure.ac, so you should edit that file and run  @c configure.ac, so you should edit that file and run
6  @c "autoconf && ./configure" to change the version number.  @c "autoconf && ./configure" to change the version number.
7  @macro trampver{}  @macro trampver{}
8  2.0.31  2.0.33
9  @end macro  @end macro
10    
11  @c Other flags from configuration  @c Other flags from configuration
12  @set prefix /usr/local  @set prefix /usr/local
13  @set lispdir /usr/local/share/emacs/site-lisp  @set lispdir /usr/local/share/emacs/site-lisp
14  @set infodir /usr/local/info  @set infodir /usr/local/info
15    
16    @c Some flags which make the text independent on the (X)Emacs flavor.
17    @c "emacs" resp "xemacs" are set in the Makefile.  Default is "emacs".
18    
19    @ifclear emacs
20    @ifclear xemacs
21    @set emacs
22    @end ifclear
23    @end ifclear
24    
25    @c Emacs values.
26    @ifset emacs
27    @set emacs-name               Emacs
28    @set emacs-dir                emacs
29    @set ftp-package-name         Ange-FTP
30    @set tramp-prefix             /
31    @set tramp-prefix-single-hop
32    @set tramp-postfix            :
33    @set tramp-postfix-single-hop :
34    @set tramp-postfix-multi-hop  :
35    @end ifset
36    
37    @c XEmacs counterparts.
38    @ifset xemacs
39    @set emacs-name               XEmacs
40    @set emacs-dir                xemacs
41    @set ftp-package-name         EFS
42    @set tramp-prefix             /[
43    @set tramp-prefix-single-hop  [
44    @set tramp-postfix            ]
45    @set tramp-postfix-single-hop /
46    @set tramp-postfix-multi-hop  :
47    @end ifset
48    
49    @c Empty macro definitions in order to satisfy texi2dvi
50    @macro otherflavor
51    @end macro
52    
53    @macro installationchapter
54    @end macro
55    
56    @c The installation chapter is needed only in case Tramp is installed
57    @c standalone.  That's why it is included from `trampinst.texi'.
58    @c Otherwise, '/dev/null/' is tken, which leaves this part empty.
59    
60    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26