mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
If you're going to nroff the man page, at least do it from the right place.
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user