diff octMakefile.in @ 169:49ab724d0a32

[project @ 1993-10-21 21:56:38 by jwe]
author jwe
date Thu, 21 Oct 1993 21:57:52 +0000
parents 9cde24dc500a
children 93bbd907de34
line wrap: on
line diff
--- a/octMakefile.in	Tue Oct 19 05:27:59 1993 +0000
+++ b/octMakefile.in	Thu Oct 21 21:57:52 1993 +0000
@@ -22,7 +22,7 @@
 DISTDIRS = bsd-math dld
 
 # Subdirectories to run make in for the primary targets.
-SUBDIRS = libcruft liboctave @DLD_DIR@ readline src doc scripts 
+SUBDIRS = libcruft liboctave @DLD_DIR@ info readline src doc scripts 
 
 # Subdirectories to run `make dist' in
 DISTSUBDIRS = $(SUBDIRS) test
@@ -53,6 +53,10 @@
 	cd dld ; $(MAKE) all
 .PHONY: dld
 
+info:
+	cd info ; $(MAKE) all
+.PHONY: info
+
 readline:
 	cd readline ; $(MAKE) all
 .PHONY: readline