/[emacs]/emacs/man/Makefile.in
ViewVC logotype

Diff of /emacs/man/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by lektu, Tue Feb 4 14:53:26 2003 UTC revision 1.47 by jas, Sun Feb 23 12:19:08 2003 UTC
# Line 1  Line 1 
1  #### Makefile for the Emacs Manual and other documentation.  #### Makefile for the Emacs Manual and other documentation.
2    
3  # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003
4  #  Free Software Foundation, Inc.  #  Free Software Foundation, Inc.
5    
6  # This file is part of GNU Emacs.  # This file is part of GNU Emacs.
# Line 39  INFO_TARGETS = ../info/emacs ../info/ccm Line 39  INFO_TARGETS = ../info/emacs ../info/ccm
39                  ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \                  ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
40                  ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \                  ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
41                  ../info/woman ../info/emacs-mime ../info/eshell \                  ../info/woman ../info/emacs-mime ../info/eshell \
42                  ../info/speedbar ../info/tramp ../info/ses                  ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail
43  DVI_TARGETS =   emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \  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 \                   ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \
45                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
46                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
47                   pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \                   pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \
48                   speedbar.dvi tramp.dvi ses.dvi                   speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi
49  INFOSOURCES = info.texi  INFOSOURCES = info.texi
50    
51  # The following rule does not work with all versions of `make'.  # The following rule does not work with all versions of `make'.
# Line 277  tramp.dvi: tramp.texi Line 277  tramp.dvi: tramp.texi
277  ses.dvi: ses.texi  ses.dvi: ses.texi
278          $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi          $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi
279    
280    ../info/smtpmail: smtpmail.texi
281            cd $(srcdir); $(MAKEINFO) smtpmail.texi
282    smtpmail.dvi: smtpmail.texi
283            $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi
284    
285  mostlyclean:  mostlyclean:
286          rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*          rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
287    

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26