]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Fix typo in Makefile.am
authorPhil Sutter <phil@nwl.cc>
Sat, 16 Jun 2018 13:51:17 +0000 (15:51 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 16 Jun 2018 14:40:41 +0000 (16:40 +0200)
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>
doc/Makefile.am

index a774987d9c938ecbfb7169c1eb07eefd220b5c8d..9796d3477e6e9cc23f7a3b57fb416a0e130abc94 100644 (file)
@@ -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 \
        *~