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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/Makefile.in [lexbind]
Date: Wed, 08 Dec 2004 18:58:36 -0500

Index: emacs/man/Makefile.in
diff -c emacs/man/Makefile.in:1.43.4.9 emacs/man/Makefile.in:1.43.4.10
*** emacs/man/Makefile.in:1.43.4.9      Thu Sep 16 00:14:59 2004
--- emacs/man/Makefile.in       Wed Dec  8 23:36:28 2004
***************
*** 20,28 ****
  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  # Boston, MA 02111-1307, USA.
  
! # Where to find the source code.  The source code for Emacs's C kernel is
! # expected to be in ${srcdir}/src, and the source code for Emacs's
! # utility programs is expected to be in ${srcdir}/lib-src.  This is
  # set by the configure script's `--srcdir' option.
  address@hidden@
  address@hidden@
--- 20,27 ----
  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  # Boston, MA 02111-1307, USA.
  
! # Where to find the source code.  $(srcdir) will be the man
! # subdirectory of the source tree.  This is
  # set by the configure script's `--srcdir' option.
  address@hidden@
  address@hidden@
***************
*** 40,46 ****
                ../info/sc ../info/vip ../info/viper ../info/widget \
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
!               ../info/woman ../info/eshell \
                ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
                ../info/flymake
  DVI_TARGETS =         emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
--- 39,45 ----
                ../info/sc ../info/vip ../info/viper ../info/widget \
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
!               ../info/woman ../info/eshell ../info/org ../info/url \
                ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
                ../info/flymake
  DVI_TARGETS =         emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
***************
*** 48,54 ****
                   gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
                 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
                 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
!                pcl-cvs.dvi woman.dvi eshell.dvi \
                 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
                   emacs-xtra.dvi
  INFOSOURCES = info.texi
--- 47,53 ----
                   gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
                 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
                 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
!                pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
                 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
                   emacs-xtra.dvi
  INFOSOURCES = info.texi
***************
*** 287,292 ****
--- 286,301 ----
  woman.dvi: woman.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
  
+ ../info/org: org.texi
+       cd $(srcdir); $(MAKEINFO) org.texi
+ org.dvi: org.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
+ 
+ ../info/url: url.texi
+       cd $(srcdir); $(MAKEINFO) url.texi
+ url.dvi: url.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/url.texi
+ 
  ../info/speedbar: speedbar.texi
        cd $(srcdir); $(MAKEINFO) speedbar.texi
  speedbar.dvi: speedbar.texi
***************
*** 322,329 ****
  
  maintainer-clean: distclean
        rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
! # Don't delete these, because they are outside the current directory.
! #     for file in $(INFO_TARGETS); do rm -f $${file}*; done
  
  
  # Formerly this directory had texindex.c and getopt.c in it
--- 331,337 ----
  
  maintainer-clean: distclean
        rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
!       for file in $(INFO_TARGETS); do rm -f $${file}*; done
  
  
  # Formerly this directory had texindex.c and getopt.c in it




reply via email to

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