If you're going to nroff the man page, at least do it from the right place.

This commit is contained in:
K. Richard Pixley 1991-12-07 08:54:17 +00:00
parent 098676c9d9
commit 93e17940c1

View file

@ -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