Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / Makefile.in
index 1649869ee4b1685f5fc17046a2c0e58a0541ddc6..6fd4396b3c64cfde7673e821c48473c29fea0691 100644 (file)
@@ -300,7 +300,11 @@ all:       $(ALL)
 .PHONY: all check dvi info install-info 
 .NOEXPORT:
 
-info check dvi:        
+info: all-texinfo
+       @rootme=`pwd` ; export rootme ; \
+         $(MAKE) $(FLAGS_TO_PASS) DO=info "DODIRS=$(SUBDIRS)" subdir_do
+
+check dvi:     
        @rootme=`pwd` ; export rootme ; \
          $(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
 
This page took 0.023941 seconds and 4 git commands to generate.