comparison man/Makefile.in @ 42523:f7a6647d3123

(DVI_TARGETS): Add calc.dvi. (calc.dvi): Uncomment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 04 Jan 2002 10:47:13 +0000
parents faa8a0e40250
children 0dcc2162a55f
comparison
equal deleted inserted replaced
42522:bf0d83587878 42523:f7a6647d3123
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 ../info/calc \ 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 calc.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 \
45 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ 45 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
46 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ 46 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
47 pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ 47 pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \
48 speedbar.dvi 48 speedbar.dvi
49 INFOSOURCES = info.texi 49 INFOSOURCES = info.texi
50 50
51 # The following rule does not work with all versions of `make'. 51 # The following rule does not work with all versions of `make'.
52 .SUFFIXES: .texi .dvi 52 .SUFFIXES: .texi .dvi
53 .texi.dvi: 53 .texi.dvi:
229 autotype.dvi: autotype.texi 229 autotype.dvi: autotype.texi
230 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi 230 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi
231 231
232 ../info/calc: calc.texi 232 ../info/calc: calc.texi
233 cd $(srcdir); $(MAKEINFO) calc.texi 233 cd $(srcdir); $(MAKEINFO) calc.texi
234 # This does not yet work. 234
235 #calc.dvi: calc.texi 235 calc.dvi: calc.texi
236 # $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi 236 $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
237 237
238 # This is produced with --no-split to avoid making files whose 238 # This is produced with --no-split to avoid making files whose
239 # names clash on DOS 8+3 filesystems 239 # names clash on DOS 8+3 filesystems
240 ../info/idlwave: idlwave.texi 240 ../info/idlwave: idlwave.texi
241 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi 241 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi