changeset 976:99dcb231f215

[project @ 1994-12-13 01:39:22 by jwe]
author jwe
date Tue, 13 Dec 1994 01:39:22 +0000
parents e7165acbf96f
children 43fc9111033d
files doc/interpreter/Makefile.in
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Mon Dec 12 20:30:19 1994 +0000
+++ b/doc/interpreter/Makefile.in	Tue Dec 13 01:39:22 1994 +0000
@@ -42,7 +42,7 @@
 	FAQ.info FAQ.dvi FAQ.ps
 #	liboctave.info liboctave.info-[0-9]*
 
-DISTFILES = Makefile.in conf.texi.in conf.texi texinfo.tex \
+DISTFILES = Makefile.in conf.texi.in conf.texi texinfo.tex dir \
 	octave.1 $(REFCARD) $(ALL_TEXINFO) $(FORMATTED)
 
 SPELL = $(patsubst %.texi, %.spell, $(ALL_TEXINFO))
@@ -150,6 +150,18 @@
 	      $(INSTALL_DATA) $$f $(infodir)/`basename $$f` ; \
 	    done ; \
 	  fi ; \
+	  if test -f $(infodir)/dir ; then \
+	    echo "" ; \
+	    echo "You should add the following entry" ; \
+	    echo "" ; \
+	    echo "* Octave: (octave)." ; \
+	    echo "	Interactive language for numerical computations." ; \
+	    echo "" ; \
+	    echo "to $(infodir)/dir." ; \
+	    echo "" ; \
+	  else \
+	    $(INSTALL_DATA) $(srcdir)/dir $(infodir)/dir ; \
+	  fi ; \
 	fi
 	if test -d $(mandir) ; then \
 	  rm -f $(mandir)/octave.$(manext) ; \