/[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.48.2.1 by handa, Fri Apr 16 12:50:39 2004 UTC revision 1.48.2.2 by miles, Mon Jun 28 07:29:00 2004 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, 2003  # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
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 33  VPATH=@srcdir@ Line 33  VPATH=@srcdir@
33    
34  # The makeinfo program is part of the Texinfo distribution.  # The makeinfo program is part of the Texinfo distribution.
35  MAKEINFO = makeinfo  MAKEINFO = makeinfo
36  INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \  INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \
37                  ../info/dired-x ../info/ediff ../info/forms ../info/gnus \                  ../info/dired-x ../info/ediff ../info/forms ../info/gnus \
38                  ../info/info ../info/message ../info/mh-e ../info/reftex \                  ../info/info ../info/message ../info/mh-e ../info/reftex \
39                  ../info/sc ../info/vip ../info/viper ../info/widget \                  ../info/sc ../info/vip ../info/viper ../info/widget \
40                  ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \                  ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
41                  ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \                  ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
42                  ../info/woman ../info/emacs-mime ../info/eshell \                  ../info/woman ../info/emacs-mime ../info/eshell \
43                  ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail                  ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
44                    ../info/flymake
45  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 \
46                   ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \                   ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \
47                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
48                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
49                   pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \                   pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \
50                   speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi                   speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
51                     emacs-xtra.dvi
52  INFOSOURCES = info.texi  INFOSOURCES = info.texi
53    
54  # The following rule does not work with all versions of `make'.  # The following rule does not work with all versions of `make'.
# Line 173  dired-x.dvi: dired-x.texi Line 175  dired-x.dvi: dired-x.texi
175  ediff.dvi: ediff.texi  ediff.dvi: ediff.texi
176          $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi          $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi
177    
178    ../info/emacs-xtra: emacs-xtra.texi
179            cd $(srcdir); $(MAKEINFO) emacs-xtra.texi
180    emacs-xtra.dvi: emacs-xtra.texi
181            $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi
182    
183  ../info/forms: forms.texi  ../info/forms: forms.texi
184          cd $(srcdir); $(MAKEINFO) forms.texi          cd $(srcdir); $(MAKEINFO) forms.texi
185  forms.dvi: forms.texi  forms.dvi: forms.texi
# Line 287  ses.dvi: ses.texi Line 294  ses.dvi: ses.texi
294  smtpmail.dvi: smtpmail.texi  smtpmail.dvi: smtpmail.texi
295          $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi          $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi
296    
297    ../info/flymake: flymake.texi
298            cd $(srcdir); $(MAKEINFO) flymake.texi
299    flymake.dvi: flymake.texi
300            $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi
301    
302  mostlyclean:  mostlyclean:
303          rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*          rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
304    
# Line 306  maintainer-clean: distclean Line 318  maintainer-clean: distclean
318  # That caused trouble because this is run entirely in the source directory.  # That caused trouble because this is run entirely in the source directory.
319  # Since we expect to get texi2dvi from elsewhere,  # Since we expect to get texi2dvi from elsewhere,
320  # it is ok to expect texindex from elsewhere also.  # it is ok to expect texindex from elsewhere also.
   
 # arch-tag: 19cdb89e-4acb-448e-b0cc-2ddc05948ee2  

Legend:
Removed from v.1.48.2.1  
changed lines
  Added in v.1.48.2.2

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