# HG changeset patch # User jwe # Date 787282762 0 # Node ID 99dcb231f215b3f39374b680c30fba4f6edb5cdc # Parent e7165acbf96fd18f82acfc51a5051042a1ebf571 [project @ 1994-12-13 01:39:22 by jwe] diff -r e7165acbf96f -r 99dcb231f215 doc/interpreter/Makefile.in --- 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) ; \