If you're going to nroff the man page, at least do it from the right place.
authorK. Richard Pixley <rich@cygnus>
Sat, 7 Dec 1991 08:54:17 +0000 (08:54 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 7 Dec 1991 08:54:17 +0000 (08:54 +0000)
gdb/Makefile.in

index 64c17098ce608d0894c31c30a843ce765fd7abfe..b336053f735eb64e293f8612dbf2cd6c94b30bbd 100644 (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
        
This page took 0.02549 seconds and 4 git commands to generate.