/[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.1 by miles, Fri Apr 4 06:20:46 2003 UTC revision 1.43.4.2 by miles, Tue Oct 14 22:56:20 2003 UTC
# Line 25  Line 25 
25  # utility programs is expected to be in ${srcdir}/lib-src.  This is  # utility programs is expected to be in ${srcdir}/lib-src.  This is
26  # set by the configure script's `--srcdir' option.  # set by the configure script's `--srcdir' option.
27  srcdir=@srcdir@  srcdir=@srcdir@
28    top_srcdir=@top_srcdir@
29    
30  # Tell make where to find source files; this is needed for the makefiles.  # Tell make where to find source files; this is needed for the makefiles.
31  VPATH=@srcdir@  VPATH=@srcdir@
# Line 99  EMACSSOURCES= \ Line 100  EMACSSOURCES= \
100          ${srcdir}/msdog.texi \          ${srcdir}/msdog.texi \
101          ${srcdir}/gnu.texi \          ${srcdir}/gnu.texi \
102          ${srcdir}/glossary.texi \          ${srcdir}/glossary.texi \
103          ${srcdir}/ack.texi          ${srcdir}/ack.texi \
104            ${srcdir}/kmacro.texi
105    
106  info: $(INFO_TARGETS)  $(top_srcdir)/info:
107            mkdir $@
108    
109    info: $(top_srcdir)/info $(INFO_TARGETS)
110    
111  dvi: $(DVI_TARGETS)  dvi: $(DVI_TARGETS)
112    
# Line 301  maintainer-clean: distclean Line 306  maintainer-clean: distclean
306  # That caused trouble because this is run entirely in the source directory.  # That caused trouble because this is run entirely in the source directory.
307  # Since we expect to get texi2dvi from elsewhere,  # Since we expect to get texi2dvi from elsewhere,
308  # it is ok to expect texindex from elsewhere also.  # it is ok to expect texindex from elsewhere also.
309    
310    # arch-tag: 19cdb89e-4acb-448e-b0cc-2ddc05948ee2

Legend:
Removed from v.1.43.4.1  
changed lines
  Added in v.1.43.4.2

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