Mercurial > emacs
comparison man/Makefile.in @ 31854:581b3eb6ff14
Add emacs-mime.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 22 Sep 2000 21:15:06 +0000 |
parents | 0274b845303e |
children | 2f68a84e5e75 |
comparison
equal
deleted
inserted
replaced
31853:25af74a14174 | 31854:581b3eb6ff14 |
---|---|
16 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ | 16 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ |
17 ../info/info ../info/message ../info/mh-e ../info/reftex \ | 17 ../info/info ../info/message ../info/mh-e ../info/reftex \ |
18 ../info/sc ../info/vip ../info/viper ../info/widget \ | 18 ../info/sc ../info/vip ../info/viper ../info/widget \ |
19 ../info/efaq ../info/ada-mode ../info/autotype \ | 19 ../info/efaq ../info/ada-mode ../info/autotype \ |
20 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ | 20 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ |
21 ../info/woman | 21 ../info/woman ../info/speedbar ../info/emacs-mime |
22 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ | 22 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ |
23 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ | 23 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ |
24 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ | 24 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ |
25 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ | 25 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ |
26 pcl-cvs.dvi woman.dvi | 26 pcl-cvs.dvi woman.dvi speedbar.dvi emacs-mime.dvi |
27 INFOSOURCES = info.texi info-stnd.texi | 27 INFOSOURCES = info.texi info-stnd.texi |
28 | 28 |
29 # The following rule does not work with all versions of `make'. | 29 # The following rule does not work with all versions of `make'. |
30 .SUFFIXES: .texi .dvi | 30 .SUFFIXES: .texi .dvi |
31 .texi.dvi: | 31 .texi.dvi: |
202 ../info/woman: woman.texi | 202 ../info/woman: woman.texi |
203 cd $(srcdir); $(MAKEINFO) woman.texi | 203 cd $(srcdir); $(MAKEINFO) woman.texi |
204 woman.dvi: woman.texi | 204 woman.dvi: woman.texi |
205 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi | 205 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi |
206 | 206 |
207 ../info/speedbar: speedbar.texi | |
208 cd $(srcdir); $(MAKEINFO) speedbar.texi | |
209 speedbar.dvi: speedbar.texi | |
210 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi | |
211 | |
212 ../info/emacs-mime: emacs-mime.texi | |
213 cd $(srcdir); $(MAKEINFO) emacs-mime.texi | |
214 emacs-mime.dvi: emacs-mime.texi | |
215 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi | |
216 | |
207 mostlyclean: | 217 mostlyclean: |
208 rm -f *.log *.cp *.fn *.ky *.pg *.vr core | 218 rm -f *.log *.cp *.fn *.ky *.pg *.vr core |
209 | 219 |
210 clean: mostlyclean | 220 clean: mostlyclean |
211 rm -f *.dvi | 221 rm -f *.dvi |