diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-24 04:32:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-24 04:32:41 +0000 |
commit | b297e8d04c88ba0e37baa8bee25220aa9b3b3ee0 (patch) | |
tree | ed7882b580a8c417183aa1936057f31b622bee43 /man | |
parent | 76b71c2875a9b76a25700a5f94b4831bd2f5da64 (diff) | |
download | emacs-b297e8d04c88ba0e37baa8bee25220aa9b3b3ee0.tar.gz |
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index cf9792184be..7c10db890c5 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -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 |