comparison man/Makefile.in @ 47667:96b260e0ff3d

New major mode "SES" for spreadsheets. New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing.
author Jonathan Yavner <jyavner@member.fsf.org>
date Sat, 28 Sep 2002 18:45:56 +0000
parents 0dcc2162a55f
children 23a1cea22d13
comparison
equal deleted inserted replaced
47666:537f1778caaf 47667:96b260e0ff3d
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 ../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 ../info/tramp 42 ../info/speedbar ../info/tramp ../info/ses
43 DVI_TARGETS = emacs.dvi calc.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 tramp.dvi 48 speedbar.dvi tramp.dvi ses.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:
270 ../info/tramp: tramp.texi 270 ../info/tramp: tramp.texi
271 cd $(srcdir); $(MAKEINFO) tramp.texi 271 cd $(srcdir); $(MAKEINFO) tramp.texi
272 tramp.dvi: tramp.texi 272 tramp.dvi: tramp.texi
273 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi 273 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi
274 274
275 ../info/ses: ses.texi
276 cd $(srcdir); $(MAKEINFO) ses.texi
277 ses.dvi: ses.texi
278 $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi
279
275 mostlyclean: 280 mostlyclean:
276 rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* 281 rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
277 282
278 clean: mostlyclean 283 clean: mostlyclean
279 rm -f *.dvi 284 rm -f *.dvi