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: Tue, 06 Jul 2004 05:47:08 -0400

Index: emacs/man/Makefile.in
diff -c emacs/man/Makefile.in:1.43.4.3 emacs/man/Makefile.in:1.43.4.4
*** emacs/man/Makefile.in:1.43.4.3      Fri Nov 21 00:36:11 2003
--- emacs/man/Makefile.in       Tue Jul  6 09:31:24 2004
***************
*** 40,52 ****
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
                ../info/woman ../info/emacs-mime ../info/eshell \
!               ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail
  DVI_TARGETS =         emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
                 ediff.dvi forms.dvi gnus.dvi message.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 emacs-mime.dvi eshell.dvi \
!                speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi
  INFOSOURCES = info.texi
  
  # The following rule does not work with all versions of `make'.
--- 40,53 ----
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
                ../info/woman ../info/emacs-mime ../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 \
                 ediff.dvi forms.dvi gnus.dvi message.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 emacs-mime.dvi eshell.dvi \
!                speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi
  INFOSOURCES = info.texi
  
  # The following rule does not work with all versions of `make'.
***************
*** 287,292 ****
--- 288,298 ----
  smtpmail.dvi: smtpmail.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi
  
+ ../info/flymake: flymake.texi
+       cd $(srcdir); $(MAKEINFO) flymake.texi
+ flymake.dvi: flymake.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi
+ 
  mostlyclean:
        rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
  




reply via email to

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