comparison man/Makefile.in @ 58787:06b5dbeb06f0

(org.dvi, ../info/org): New targets. (INFO_TARGETS): Add ../info/org. (DVI_TARGETS): Add org.dvi. (maintainer-clean): Remove the info files in the info dir.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Dec 2004 00:57:22 +0000
parents c36a48207424
children 27baac8434ba
comparison
equal deleted inserted replaced
58786:bb0ccdf15685 58787:06b5dbeb06f0
37 ../info/message ../info/sieve ../info/pgg ../info/emacs-mime \ 37 ../info/message ../info/sieve ../info/pgg ../info/emacs-mime \
38 ../info/info ../info/mh-e ../info/reftex \ 38 ../info/info ../info/mh-e ../info/reftex \
39 ../info/sc ../info/vip ../info/viper ../info/widget \ 39 ../info/sc ../info/vip ../info/viper ../info/widget \
40 ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ 40 ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
41 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ 41 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
42 ../info/woman ../info/eshell \ 42 ../info/woman ../info/eshell ../info/org \
43 ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \ 43 ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
44 ../info/flymake 44 ../info/flymake
45 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ 45 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
46 ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \ 46 ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \
47 gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \ 47 gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
48 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ 48 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
49 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ 49 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
50 pcl-cvs.dvi woman.dvi eshell.dvi \ 50 pcl-cvs.dvi woman.dvi eshell.dvi org.el \
51 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ 51 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
52 emacs-xtra.dvi 52 emacs-xtra.dvi
53 INFOSOURCES = info.texi 53 INFOSOURCES = info.texi
54 54
55 # The following rule does not work with all versions of `make'. 55 # The following rule does not work with all versions of `make'.
284 ../info/woman: woman.texi 284 ../info/woman: woman.texi
285 cd $(srcdir); $(MAKEINFO) woman.texi 285 cd $(srcdir); $(MAKEINFO) woman.texi
286 woman.dvi: woman.texi 286 woman.dvi: woman.texi
287 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi 287 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
288 288
289 ../info/org: org.texi
290 cd $(srcdir); $(MAKEINFO) org.texi
291 org.dvi: org.texi
292 $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
293
289 ../info/speedbar: speedbar.texi 294 ../info/speedbar: speedbar.texi
290 cd $(srcdir); $(MAKEINFO) speedbar.texi 295 cd $(srcdir); $(MAKEINFO) speedbar.texi
291 speedbar.dvi: speedbar.texi 296 speedbar.dvi: speedbar.texi
292 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi 297 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi
293 298
319 324
320 distclean: clean 325 distclean: clean
321 326
322 maintainer-clean: distclean 327 maintainer-clean: distclean
323 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc 328 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
324 # Don't delete these, because they are outside the current directory. 329 for file in $(INFO_TARGETS); do rm -f $${file}*; done
325 # for file in $(INFO_TARGETS); do rm -f $${file}*; done
326 330
327 331
328 # Formerly this directory had texindex.c and getopt.c in it 332 # Formerly this directory had texindex.c and getopt.c in it
329 # and this makefile built them to make texindex. 333 # and this makefile built them to make texindex.
330 # That caused trouble because this is run entirely in the source directory. 334 # That caused trouble because this is run entirely in the source directory.