If you're going to nroff the man page, at least do it from the right place.
This commit is contained in:
parent
098676c9d9
commit
93e17940c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue