]> git.ipfire.org Git - thirdparty/nftables.git/commit
Makefile: mkdir $(builddir}/doc
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>
Thu, 7 Mar 2024 23:42:50 +0000 (00:42 +0100)
committerPhil Sutter <phil@nwl.cc>
Fri, 8 Mar 2024 11:44:08 +0000 (12:44 +0100)
commite828d933424470b495feb841b67b70ba216e8ecb
tree8ce26246cfd27465f2c14e9944f6385147daa9cf
parent77906e68f3c22de8ae74106ed59552a236970d83
Makefile: mkdir $(builddir}/doc

When building separately from the source tree (as in ../src/configure),
the 'doc' dir is not present from just the source tree. Create the dir
before calling a2x.

Signed-off-by: Neels Hofmeyr <nhofmeyr@sysmocom.de>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Makefile.am