summaryrefslogtreecommitdiffstats
path: root/tests/build
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-08-14 14:51:45 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-17 11:53:01 +0200
commit13e44a608eb80536d693725dd534b5de546b24cf (patch)
tree815b72768e76f7cc4d45a502324f5101ed03c57f /tests/build
parentedb688008d1eb013760b62a662973cf8b270e162 (diff)
build: remove PDF documentation generation
This adds unnecessary complexity to our build infrastructure. People can just manually generate them in PDF in case they need too. So let's keep it simple and remove this. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/build')
-rw-r--r--tests/build/README1
-rwxr-xr-xtests/build/run-tests.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/build/README b/tests/build/README
index dfe344b7..c365b88c 100644
--- a/tests/build/README
+++ b/tests/build/README
@@ -6,7 +6,6 @@ In this testsuite, automated testing is done for following nft compile options:
enable debugging symbols
use mini-gmp
enable man page
- enable pdf documentation
libxtables support
Run the test script 'run-tests.sh' as root user: ./run-tests.sh
diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh
index 4aff1980..6ac2ef47 100755
--- a/tests/build/run-tests.sh
+++ b/tests/build/run-tests.sh
@@ -10,7 +10,7 @@ tarball="nftables-0.8.1.tar.bz2"
dir=../..
cmd=./configure
argument=( --without-cli --enable-debug --with-mini-gmp --enable-man-doc
- --enable-pdf-doc --with-xtables --with-json)
+ --with-xtables --with-json)
ok=0
failed=0