changeset 669:053fed68f70d

[project @ 1994-09-07 16:00:59 by jwe]
author jwe
date Wed, 07 Sep 1994 16:00:59 +0000
parents d63a1354f319
children 991303b21bae
files doc/interpreter/Makefile.in
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in
+++ b/doc/interpreter/Makefile.in
@@ -40,7 +40,7 @@
 #	liboctave.info liboctave.info-[0-9]*
 
 DISTFILES = Makefile.in conf.texi.in conf.texi texinfo.tex \
-	$(REFCARD) $(ALL_TEXINFO) $(FORMATTED)
+	octave.1 $(REFCARD) $(ALL_TEXINFO) $(FORMATTED)
 
 SPELL = $(patsubst %.texi, %.spell, $(ALL_TEXINFO))
 
@@ -139,10 +139,17 @@
 	    done ; \
 	  fi ; \
 	fi
+	if test -d $(mandir) ; then true ; \
+	else $(TOPDIR)/mkpath $(mandir) ; fi
+	if test -d $(mandir) ; then \
+	  rm -f $(mandir)/octave.$(manext) ; \
+	  $(INSTALL_DATA) $(srcdir)/octave.1 $(mandir)/octave.$(manext) ; \
+	fi
 .PHONY: install
 
 uninstall:
 	rm -f $(infodir)/octave.info* $(infodir)/liboctave.info*
+	rm -f $(mandir)/octave.$(manext)
 .PHONY: uninstall
 
 tags: $(SOURCES)