diff man/Makefile.in @ 32450:99899af1ec94

Added the beginnings of proper Eshell documentation.
author John Wiegley <johnw@newartisans.com>
date Fri, 13 Oct 2000 09:47:34 +0000
parents 2f68a84e5e75
children 4761f4751766
line wrap: on
line diff
--- a/man/Makefile.in	Fri Oct 13 09:35:36 2000 +0000
+++ b/man/Makefile.in	Fri Oct 13 09:47:34 2000 +0000
@@ -18,12 +18,12 @@
 		../info/sc ../info/vip ../info/viper ../info/widget \
 		../info/efaq ../info/ada-mode ../info/autotype \
 		../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
-		../info/woman ../info/emacs-mime
+		../info/woman ../info/emacs-mime ../info/eshell
 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
+		 pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi
 INFOSOURCES = info.texi info-stnd.texi
 
 # The following rule does not work with all versions of `make'.
@@ -111,6 +111,11 @@
 pcl-cvs.dvi: pcl-cvs.texi
 	$(ENVADD) $(TEXI2DVI) ${srcdir}/pcl-cvs.texi
 
+../info/eshell: eshell.texi
+	cd $(srcdir); $(MAKEINFO) eshell.texi
+eshell.dvi: eshell.texi
+	$(ENVADD) $(TEXI2DVI) ${srcdir}/eshell.texi
+
 ../info/cl: cl.texi
 	cd $(srcdir); $(MAKEINFO) cl.texi
 cl.dvi: cl.texi