mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.
This commit is contained in:
parent
6c7418db40
commit
8dab271c93
@ -12,11 +12,11 @@ VPATH=@srcdir@
|
||||
|
||||
# The makeinfo program is part of the Texinfo distribution.
|
||||
MAKEINFO = makeinfo
|
||||
INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \
|
||||
../info/gnus ../info/sc ../info/info ../info/dired-x \
|
||||
../info/mh-e
|
||||
DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi \
|
||||
dired-x.dvi mh-e.dvi
|
||||
INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../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 \
|
||||
mh-e.dvi sc.dvi vip.dvi viper.dvi
|
||||
INFOSOURCES = info.texi info-stnd.texi
|
||||
|
||||
# The following rule does not work with all versions of `make'.
|
||||
@ -119,6 +119,11 @@ gnus.dvi: gnus.texi
|
||||
../etc/GNU: gnu1.texi gnu.texi
|
||||
makeinfo --no-headers -o ../etc/GNU gnu1.texi
|
||||
|
||||
../info/viper: viper.texi viper-cmd.texi
|
||||
$(MAKEINFO) viper.texi
|
||||
viper.dvi: viper.texi viper-cmd.texi
|
||||
$(TEXI2DVI) ${srcdir}/viper.texi
|
||||
|
||||
mostlyclean:
|
||||
rm -f *.log *.cp *.fn *.ky *.pg *.vr core
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user