emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/Makefile.in


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/Makefile.in
Date: Thu, 04 Sep 2003 12:01:16 -0400

Index: emacs/man/Makefile.in
diff -c emacs/man/Makefile.in:1.50 emacs/man/Makefile.in:1.51
*** emacs/man/Makefile.in:1.50  Mon Sep  1 11:45:45 2003
--- emacs/man/Makefile.in       Thu Sep  4 12:01:15 2003
***************
*** 25,30 ****
--- 25,31 ----
  # utility programs is expected to be in ${srcdir}/lib-src.  This is
  # set by the configure script's `--srcdir' option.
  address@hidden@
+ address@hidden@
  
  # Tell make where to find source files; this is needed for the makefiles.
  address@hidden@
***************
*** 102,108 ****
        ${srcdir}/ack.texi \
        ${srcdir}/kmacro.texi
  
! info: $(INFO_TARGETS)
  
  dvi: $(DVI_TARGETS)
  
--- 103,112 ----
        ${srcdir}/ack.texi \
        ${srcdir}/kmacro.texi
  
! $(top_srcdir)/info:
!       mkdir $@
! 
! info: $(top_srcdir)/info $(INFO_TARGETS)
  
  dvi: $(DVI_TARGETS)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]