aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-24 04:32:41 +0000
committerRichard M. Stallman1995-04-24 04:32:41 +0000
commit8dab271c936e3ab9ed7f7fd3151da808241aa53d (patch)
treefaea2e26e892c6b6487eb5388e935382be2fbecf
parent6c7418db40adfbb24adc171598f6c2ddcff52cd7 (diff)
downloademacs-8dab271c936e3ab9ed7f7fd3151da808241aa53d.tar.gz
emacs-8dab271c936e3ab9ed7f7fd3151da808241aa53d.zip
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.
-rw-r--r--man/Makefile.in15
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@
12 12
13# The makeinfo program is part of the Texinfo distribution. 13# The makeinfo program is part of the Texinfo distribution.
14MAKEINFO = makeinfo 14MAKEINFO = makeinfo
15INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \ 15INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/forms \
16 ../info/gnus ../info/sc ../info/info ../info/dired-x \ 16 ../info/gnus ../info/info \
17 ../info/mh-e 17 ../info/mh-e ../info/sc ../info/vip ../info/viper
18DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi \ 18DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi forms.dvi gnus.dvi \
19 dired-x.dvi mh-e.dvi 19 mh-e.dvi sc.dvi vip.dvi viper.dvi
20INFOSOURCES = info.texi info-stnd.texi 20INFOSOURCES = info.texi info-stnd.texi
21 21
22# The following rule does not work with all versions of `make'. 22# The following rule does not work with all versions of `make'.
@@ -119,6 +119,11 @@ gnus.dvi: gnus.texi
119../etc/GNU: gnu1.texi gnu.texi 119../etc/GNU: gnu1.texi gnu.texi
120 makeinfo --no-headers -o ../etc/GNU gnu1.texi 120 makeinfo --no-headers -o ../etc/GNU gnu1.texi
121 121
122../info/viper: viper.texi viper-cmd.texi
123 $(MAKEINFO) viper.texi
124viper.dvi: viper.texi viper-cmd.texi
125 $(TEXI2DVI) ${srcdir}/viper.texi
126
122mostlyclean: 127mostlyclean:
123 rm -f *.log *.cp *.fn *.ky *.pg *.vr core 128 rm -f *.log *.cp *.fn *.ky *.pg *.vr core
124 129