aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorEric M. Ludlam <[email protected]>2000-10-20 02:00:52 +0000
committerEric M. Ludlam <[email protected]>2000-10-20 02:00:52 +0000
commit543951abb36286312493e09efc16b5dd2fcc1d4e (patch)
treeded2b49120ebf9c133d5af3655dcff9e7b7c1a3e /man
parent4e7428f6fd0a01d77e3ad78c54849358839aeb6f (diff)
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 186144aa58..2e71089cf3 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