Mercurial > emacs
comparison man/Makefile.in @ 40812:7cf66b264c54
(INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 07 Nov 2001 19:05:53 +0000 |
parents | cdd16b46dcad |
children | b005dfc839c1 |
comparison
equal
deleted
inserted
replaced
40811:c9f5f8f1bce6 | 40812:7cf66b264c54 |
---|---|
34 MAKEINFO = makeinfo | 34 MAKEINFO = makeinfo |
35 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ | 35 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ |
36 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ | 36 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ |
37 ../info/info ../info/message ../info/mh-e ../info/reftex \ | 37 ../info/info ../info/message ../info/mh-e ../info/reftex \ |
38 ../info/sc ../info/vip ../info/viper ../info/widget \ | 38 ../info/sc ../info/vip ../info/viper ../info/widget \ |
39 ../info/efaq ../info/ada-mode ../info/autotype \ | 39 ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ |
40 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ | 40 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ |
41 ../info/woman ../info/emacs-mime ../info/eshell \ | 41 ../info/woman ../info/emacs-mime ../info/eshell \ |
42 ../info/speedbar | 42 ../info/speedbar |
43 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ | 43 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ |
44 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ | 44 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ |
216 ../info/autotype: autotype.texi | 216 ../info/autotype: autotype.texi |
217 cd $(srcdir); $(MAKEINFO) autotype.texi | 217 cd $(srcdir); $(MAKEINFO) autotype.texi |
218 autotype.dvi: autotype.texi | 218 autotype.dvi: autotype.texi |
219 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi | 219 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi |
220 | 220 |
221 ../info/calc: calc.texi | |
222 cd $(srcdir); $(MAKEINFO) calc.texi | |
223 #autotype.dvi: autotype.texi | |
224 # $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi | |
225 | |
221 # This is produced with --no-split to avoid making files whose | 226 # This is produced with --no-split to avoid making files whose |
222 # names clash on DOS 8+3 filesystems | 227 # names clash on DOS 8+3 filesystems |
223 ../info/idlwave: idlwave.texi | 228 ../info/idlwave: idlwave.texi |
224 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi | 229 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi |
225 idlwave.dvi: idlwave.texi | 230 idlwave.dvi: idlwave.texi |