From: Kai Großjohann Date: Mon, 17 Jun 2002 11:46:10 +0000 (+0000) Subject: * info/dir (File): Add an entry for Tramp. X-Git-Tag: ttn-vms-21-2-B4~14588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d591a83451f2a117a2f6bdc95fc0b401c6b69cd0;p=emacs.git * info/dir (File): Add an entry for Tramp. * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. (../info/tramp, tramp.dvi): New targets. --- diff --git a/ChangeLog b/ChangeLog index 5a221668f5c..b8334315e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Kai Gro,b_(Bjohann + + * info/dir (File): Add an entry for Tramp. + 2002-06-17 Eli Zaretskii * INSTALL-CVS: New file. diff --git a/info/dir b/info/dir index e0e02b3120c..1ac808e91b3 100644 --- a/info/dir +++ b/info/dir @@ -55,6 +55,9 @@ Emacs * Forms: (forms). Emacs package for editing data bases by filling in forms. * RefTeX: (reftex). Emacs support for LaTeX cross-references and citations. +* Tramp: (tramp). Transparent Remote (file) Access, Multiple Protocol. + Edit remote files via a remote shell (rsh, + ssh, telnet). * Widget: (widget). The "widget" package used by the Emacs Customization facility. * WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man". diff --git a/man/ChangeLog b/man/ChangeLog index b62ceb34cc0..23672841559 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2002-06-17 Kai Gro,b_(Bjohann + + * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. + (../info/tramp, tramp.dvi): New targets. + 2002-04-20 Glenn Morris * files.texi (Auto Save Files, Remote Files): Mention diff --git a/man/Makefile.in b/man/Makefile.in index caa28854256..be767a48137 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -39,13 +39,13 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ ../info/woman ../info/emacs-mime ../info/eshell \ - ../info/speedbar + ../info/speedbar ../info/tramp DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ - speedbar.dvi + speedbar.dvi tramp.dvi INFOSOURCES = info.texi # The following rule does not work with all versions of `make'. @@ -267,6 +267,11 @@ speedbar.dvi: speedbar.texi emacs-mime.dvi: emacs-mime.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi +../info/tramp: tramp.texi + cd $(srcdir); $(MAKEINFO) tramp.texi +tramp.dvi: tramp.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*