diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-25 08:52:00 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-25 08:52:00 +0000 |
commit | e78e5ad1b18822a277bd72d9f547f4ba56c32a11 (patch) | |
tree | 0e6836d9fa02052c2bc87ece295516a4e35b9d41 /man/Makefile.in | |
parent | acc311da84163bf8c35a2dd4972929f6e267cb58 (diff) | |
download | emacs-e78e5ad1b18822a277bd72d9f547f4ba56c32a11.tar.gz |
Remove/comment speedbar stuff.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index b80f5e53066..ec6eb52a88d 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -18,12 +18,12 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/sc ../info/vip ../info/viper ../info/widget \ ../info/efaq ../info/ada-mode ../info/autotype \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ - ../info/woman ../info/speedbar ../info/emacs-mime + ../info/woman ../info/emacs-mime DVI_TARGETS = emacs.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 speedbar.dvi emacs-mime.dvi + pcl-cvs.dvi woman.dvi emacs-mime.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -204,10 +204,10 @@ ebrowse.dvi: ebrowse.texi woman.dvi: woman.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi -../info/speedbar: speedbar.texi - cd $(srcdir); $(MAKEINFO) speedbar.texi -speedbar.dvi: speedbar.texi - $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi +# ../info/speedbar: speedbar.texi +# cd $(srcdir); $(MAKEINFO) speedbar.texi +# speedbar.dvi: speedbar.texi +# $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi ../info/emacs-mime: emacs-mime.texi cd $(srcdir); $(MAKEINFO) emacs-mime.texi |