* Makefile.in (Speedbar): Added build targets for speedbar.texi
This commit is contained in:
parent
4e7428f6fd
commit
543951abb3
1 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue