From: K. Richard Pixley Date: Sat, 7 Dec 1991 08:54:17 +0000 (+0000) Subject: If you're going to nroff the man page, at least do it from the right place. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=93e17940c1a3dcce9f71df94374ac2a29d136dc5;p=deliverable%2Fbinutils-gdb.git If you're going to nroff the man page, at least do it from the right place. --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 64c17098ce..b336053f73 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -309,7 +309,7 @@ clean-info: force $(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" gdb.z:gdb.1 - nroff -man gdb.1 | col -b > gdb.t + nroff -man $(srcdir)/gdb.1 | col -b > gdb.t pack gdb.t ; rm -f gdb.t mv gdb.t.z gdb.z