summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-06-16 15:51:17 +0200
committerFlorian Westphal <fw@strlen.de>2018-06-16 16:40:41 +0200
commit6be5ce8b6d8b43797098d7a0390756f940624a63 (patch)
tree6580d9637cf66feffccc628e79ed7b2c43ec9294 /doc
parent3c57ff87b1b2ba034398ef34a5bed972ac68c23b (diff)
doc: Fix typo in Makefile.am
Previous patch adding libnftables man page missed a backslash. Fixes: 3c57ff87b1b2b ("doc: Add libnftables man page") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a774987d..9796d347 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,5 +28,5 @@ EXTRA_DIST = nft.xml libnftables-json.adoc libnftables.adoc
CLEANFILES = \
nft.pdf nft.8 \
libnftables-json.pdf libnftables-json.5 \
- libnftables.pdf libnftables.3
+ libnftables.pdf libnftables.3 \
*~