From c8ac248deb29f0c22bc748e2700a2c38f4d90808 Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Thu, 9 May 2013 17:08:04 +0200 Subject: [PATCH] Add links to make xmlto work Fixes: $ make ./expand < pdns.xml > pdns-expanded.xml xmlto txt -m config.xsl pdns-expanded.xml No way to convert HTML to text found. Try either installing text web browser(lynx/w3m/links) or use option --with-fop make: *** [pdns.txt] Error 1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35299d4c93..c6a7ae7233 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ compiler: - gcc before_script: - sudo apt-get update -qq - - sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool libcdb-dev xmlto + - sudo apt-get install -qq libboost-all-dev libtolua-dev bc libcdb-dev libnet-dns-perl ldnsutils dnsutils libtool libcdb-dev xmlto links script: - ./bootstrap - ./configure --with-modules='gmysql tinydns' --with-sqlite3 --enable-unit-tests -- 2.47.3