(../info/ediff, ediff.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add those new targets.
This commit is contained in:
parent
4133b3001a
commit
1102242594
1 changed files with 8 additions and 3 deletions
|
@ -12,10 +12,10 @@ VPATH=@srcdir@
|
|||
|
||||
# The makeinfo program is part of the Texinfo distribution.
|
||||
MAKEINFO = makeinfo
|
||||
INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/forms \
|
||||
../info/gnus ../info/info \
|
||||
INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/ediff \
|
||||
../info/forms ../info/gnus ../info/info \
|
||||
../info/mh-e ../info/sc ../info/vip ../info/viper
|
||||
DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi forms.dvi gnus.dvi \
|
||||
DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi gnus.dvi \
|
||||
mh-e.dvi sc.dvi vip.dvi viper.dvi
|
||||
INFOSOURCES = info.texi info-stnd.texi
|
||||
|
||||
|
@ -91,6 +91,11 @@ cl.dvi: cl.texi
|
|||
dired-x.dvi: dired-x.texi
|
||||
$(TEXI2DVI) ${srcdir}/dired-x.texi
|
||||
|
||||
../info/ediff: ediff.texi
|
||||
$(MAKEINFO) ediff.texi
|
||||
ediff.dvi: ediff.texi
|
||||
$(TEXI2DVI) ${srcdir}/ediff.texi
|
||||
|
||||
../info/forms: forms.texi
|
||||
$(MAKEINFO) forms.texi
|
||||
forms.dvi: forms.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue