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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/Makefile.in
Date: Fri, 04 Jan 2002 05:47:13 -0500

Index: emacs/man/Makefile.in
diff -c emacs/man/Makefile.in:1.42 emacs/man/Makefile.in:1.43
*** emacs/man/Makefile.in:1.42  Thu Dec 20 15:14:04 2001
--- emacs/man/Makefile.in       Fri Jan  4 05:47:13 2002
***************
*** 40,51 ****
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
                ../info/woman ../info/emacs-mime ../info/eshell \
                ../info/speedbar
! DVI_TARGETS = emacs.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
  INFOSOURCES = info.texi
  
  # The following rule does not work with all versions of `make'.
--- 40,51 ----
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
                ../info/woman ../info/emacs-mime ../info/eshell \
                ../info/speedbar
! 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
  INFOSOURCES = info.texi
  
  # The following rule does not work with all versions of `make'.
***************
*** 231,239 ****
  
  ../info/calc: calc.texi
        cd $(srcdir); $(MAKEINFO) calc.texi
! # This does not yet work.
! #calc.dvi: calc.texi
! #     $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
  
  # This is produced with --no-split to avoid making files whose
  # names clash on DOS 8+3 filesystems
--- 231,239 ----
  
  ../info/calc: calc.texi
        cd $(srcdir); $(MAKEINFO) calc.texi
! 
! calc.dvi: calc.texi
!       $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
  
  # This is produced with --no-split to avoid making files whose
  # names clash on DOS 8+3 filesystems



reply via email to

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