(INFO_TARGETS): Delete customize.info.
(DVI_TARGETS): Delete customize.dvi. (../info/customize, customize.dvi): Targets deleted.
This commit is contained in:
parent
4fc14e5ad0
commit
04cf41b42a
1 changed files with 2 additions and 7 deletions
|
@ -12,11 +12,11 @@ VPATH=@srcdir@
|
|||
|
||||
# The makeinfo program is part of the Texinfo distribution.
|
||||
MAKEINFO = makeinfo
|
||||
INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \
|
||||
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
|
||||
DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi customize.dvi dired-x.dvi \
|
||||
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
|
||||
INFOSOURCES = info.texi info-stnd.texi
|
||||
|
@ -101,11 +101,6 @@ cc-mode.dvi: cc-mode.texi
|
|||
cl.dvi: cl.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi
|
||||
|
||||
../info/customize: customize.texi
|
||||
cd $(srcdir); $(MAKEINFO) customize.texi
|
||||
customize.dvi: customize.texi
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/customize.texi
|
||||
|
||||
../info/dired-x: dired-x.texi
|
||||
cd $(srcdir); $(MAKEINFO) dired-x.texi
|
||||
dired-x.dvi: dired-x.texi
|
||||
|
|
Loading…
Add table
Reference in a new issue