]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
build: work around docbook2x-man inability to specify output file
authorPatrick McHardy <kaber@trash.net>
Wed, 18 Mar 2009 05:15:46 +0000 (06:15 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Mar 2009 05:15:46 +0000 (06:15 +0100)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Makefile.rules.in

index 7ee9a078867e296581fc7078fcc68dddb0e48492..242cf4c4ec572f6a1b3413fd7666b23cd7c65fa2 100644 (file)
@@ -30,7 +30,7 @@ configure:            configure.ac
 
 %.8:                   %.xml   $(makedeps)
                        @echo -e "  MAN\t\t$@"
-                       docbook2x-man $<
+                       (cd $(SUBDIR); docbook2x-man ../$<)
 
 %.pdf:                 %.xml   $(makedeps)
                        @echo -e "  PDF\t\t$@"