diff options
author | Eric M. Ludlam <zappo@gnu.org> | 2000-10-20 02:00:52 +0000 |
---|---|---|
committer | Eric M. Ludlam <zappo@gnu.org> | 2000-10-20 02:00:52 +0000 |
commit | 543951abb36286312493e09efc16b5dd2fcc1d4e (patch) | |
tree | ded2b49120ebf9c133d5af3655dcff9e7b7c1a3e /man/Makefile.in | |
parent | 4e7428f6fd0a01d77e3ad78c54849358839aeb6f (diff) | |
download | emacs-543951abb36286312493e09efc16b5dd2fcc1d4e.tar.gz |
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 186144aa58b..2e71089cf3c 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -18,12 +18,14 @@ 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/emacs-mime ../info/eshell + ../info/woman ../info/emacs-mime ../info/eshell \ + ../info/speedbar 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 emacs-mime.dvi eshell.dvi + pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ + speedbar.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -209,10 +211,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 |