(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
(../info/ada-mode, ada-mode.dvi): New targets.
This commit is contained in:
parent
f895bc1fe5
commit
a226b66dad
1 changed files with 8 additions and 2 deletions
|
@ -16,10 +16,11 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \
|
|||
../info/dired-x ../info/ediff ../info/forms ../info/gnus \
|
||||
../info/info ../info/message ../info/mh-e ../info/reftex \
|
||||
../info/sc ../info/vip ../info/viper ../info/widget \
|
||||
../info/faq
|
||||
../info/faq ../info/ada-mode
|
||||
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
|
||||
reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
|
||||
ada-mode.dvi
|
||||
INFOSOURCES = info.texi info-stnd.texi
|
||||
|
||||
# The following rule does not work with all versions of `make'.
|
||||
|
@ -97,6 +98,11 @@ emacs.dvi: ${EMACSSOURCES}
|
|||
cc-mode.dvi: cc-mode.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi
|
||||
|
||||
../info/ada-mode: ada-mode.texi
|
||||
cd $(srcdir); $(MAKEINFO) ada-mode.texi
|
||||
ada-mode.dvi: ada-mode.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi
|
||||
|
||||
../info/cl: cl.texi
|
||||
cd $(srcdir); $(MAKEINFO) cl.texi
|
||||
cl.dvi: cl.texi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue