* info/dir (File): Add an entry for Tramp.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp. (../info/tramp, tramp.dvi): New targets.
This commit is contained in:
parent
948998d229
commit
d591a83451
4 changed files with 19 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
|
||||
|
||||
* info/dir (File): Add an entry for Tramp.
|
||||
|
||||
2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* INSTALL-CVS: New file.
|
||||
|
|
3
info/dir
3
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".
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
|
||||
|
||||
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
|
||||
(../info/tramp, tramp.dvi): New targets.
|
||||
|
||||
2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* files.texi (Auto Save Files, Remote Files): Mention
|
||||
|
|
|
@ -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.*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue