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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/man/Makefile.in
Date: Mon, 17 Jun 2002 07:46:12 -0400

Index: emacs/man/Makefile.in
diff -c emacs/man/Makefile.in:1.43 emacs/man/Makefile.in:1.44
*** emacs/man/Makefile.in:1.43  Fri Jan  4 05:47:13 2002
--- emacs/man/Makefile.in       Mon Jun 17 07:46:09 2002
***************
*** 39,51 ****
                ../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
  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'.
--- 39,51 ----
                ../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
  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
  INFOSOURCES = info.texi
  
  # The following rule does not work with all versions of `make'.
***************
*** 266,271 ****
--- 266,276 ----
        cd $(srcdir); $(MAKEINFO) emacs-mime.texi
  emacs-mime.dvi: emacs-mime.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi
+ 
+ ../info/tramp: tramp.texi
+       cd $(srcdir); $(MAKEINFO) tramp.texi
+ tramp.dvi: tramp.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.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]