]> git.ipfire.org Git - thirdparty/nftables.git/commit
doc: Fix for make distcheck
authorPhil Sutter <phil@nwl.cc>
Wed, 31 Oct 2018 22:16:56 +0000 (23:16 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 31 Oct 2018 23:23:51 +0000 (00:23 +0100)
commitd1fc8476d9cfbcd843261741dafe8260c1443560
treecf6f156cf4d1deab8850071a7a98a2a392b4fa43
parent0d6ed0e836f624ca4f73d43f10c8ca72e9fe70d1
doc: Fix for make distcheck

When building from a separate build directory, a2x did not find the
source file nft.txt. Using '$<' instead fixes this.

Fixes: 3bacae9e4a1e3 ("doc: Review man page building in Makefile.am")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
doc/Makefile.am