/[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.43.4.9 by miles, Thu Sep 16 00:14:59 2004 UTC revision 1.43.4.10 by miles, Wed Dec 8 23:36:28 2004 UTC
# Line 20  Line 20 
20  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  # Boston, MA 02111-1307, USA.  # Boston, MA 02111-1307, USA.
22    
23  # Where to find the source code.  The source code for Emacs's C kernel is  # Where to find the source code.  $(srcdir) will be the man
24  # expected to be in ${srcdir}/src, and the source code for Emacs's  # subdirectory of the source tree.  This is
 # utility programs is expected to be in ${srcdir}/lib-src.  This is  
25  # set by the configure script's `--srcdir' option.  # set by the configure script's `--srcdir' option.
26  srcdir=@srcdir@  srcdir=@srcdir@
27  top_srcdir=@top_srcdir@  top_srcdir=@top_srcdir@
# Line 40  INFO_TARGETS = ../info/emacs ../info/ema Line 39  INFO_TARGETS = ../info/emacs ../info/ema
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/eshell \                  ../info/woman ../info/eshell ../info/org ../info/url \
43                  ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \                  ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
44                  ../info/flymake                  ../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 \
# Line 48  DVI_TARGETS =  emacs.dvi calc.dvi cc-mod Line 47  DVI_TARGETS =  emacs.dvi calc.dvi cc-mod
47                   gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \                   gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
48                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \                   reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
49                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \                   ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
50                   pcl-cvs.dvi woman.dvi eshell.dvi \                   pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
51                   speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \                   speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
52                   emacs-xtra.dvi                   emacs-xtra.dvi
53  INFOSOURCES = info.texi  INFOSOURCES = info.texi
# Line 287  ebrowse.dvi: ebrowse.texi Line 286  ebrowse.dvi: ebrowse.texi
286  woman.dvi: woman.texi  woman.dvi: woman.texi
287          $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi          $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
288    
289    ../info/org: org.texi
290            cd $(srcdir); $(MAKEINFO) org.texi
291    org.dvi: org.texi
292            $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
293    
294    ../info/url: url.texi
295            cd $(srcdir); $(MAKEINFO) url.texi
296    url.dvi: url.texi
297            $(ENVADD) $(TEXI2DVI) ${srcdir}/url.texi
298    
299  ../info/speedbar: speedbar.texi  ../info/speedbar: speedbar.texi
300          cd $(srcdir); $(MAKEINFO) speedbar.texi          cd $(srcdir); $(MAKEINFO) speedbar.texi
301  speedbar.dvi: speedbar.texi  speedbar.dvi: speedbar.texi
# Line 322  distclean: clean Line 331  distclean: clean
331    
332  maintainer-clean: distclean  maintainer-clean: distclean
333          rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc          rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
334  # Don't delete these, because they are outside the current directory.          for file in $(INFO_TARGETS); do rm -f $${file}*; done
 #       for file in $(INFO_TARGETS); do rm -f $${file}*; done  
335    
336    
337  # Formerly this directory had texindex.c and getopt.c in it  # Formerly this directory had texindex.c and getopt.c in it

Legend:
Removed from v.1.43.4.9  
changed lines
  Added in v.1.43.4.10

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