aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-11-14 08:54:39 +0000
committerK. Richard Pixley <rich@cygnus>1991-11-14 08:54:39 +0000
commite92ee46965422f9014f97d4c22fd5adabbb38316 (patch)
treebf999087e03940c1ba16515816f9b8228239230c /gdb/Makefile.in
parent58f81e16308f03a346e3e9719c2699a938d595cd (diff)
downloadgdb-e92ee46965422f9014f97d4c22fd5adabbb38316.zip
gdb-e92ee46965422f9014f97d4c22fd5adabbb38316.tar.gz
gdb-e92ee46965422f9014f97d4c22fd5adabbb38316.tar.bz2
added all-info and install-info targets
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index aadb3d1..11f577b 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -279,6 +279,10 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o
all: gdb
$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
+all-info: force
+ $(MAKE) subdir_do DO=all-info "DODIRS=$(SUBDIRS)"
+install-info: force
+ $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)"
gdb.z:gdb.1
nroff -man gdb.1 | col -b > gdb.t