diff options
author | Florian Westphal <fw@strlen.de> | 2018-07-26 17:10:15 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-07-26 17:10:46 +0200 |
commit | 81420623ed54e348f8d33912c0cdc975181076c9 (patch) | |
tree | d04d114acab59b052d87e0028dcf61cbb4671998 /doc | |
parent | a277479dc94fdcc340337b1683644cab40f57bf9 (diff) |
doc: remove nft.xml from CLEANFILES
This file doesn't exist.
Reported-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8978a156..291bcc87 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -35,7 +35,7 @@ nft.pdf: ${ASCIIDOCS} EXTRA_DIST = ${ASCIIDOCS} libnftables-json.adoc libnftables.adoc CLEANFILES = \ - nft.xml nft.pdf nft.8 \ + nft.pdf nft.8 \ libnftables-json.pdf libnftables-json.5 \ libnftables.pdf libnftables.3 \ *~ |