From 9c95306a69414486e69ea95ea1e107208cf04cf9 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt 
Date: Fri, 28 Feb 2014 21:45:04 +0100
Subject: [PATCH] Fixed .info file generation (hopfully).
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 4b8444c19..6415238fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language:
   - c
 install:
-  - sudo apt-get install linuxdoc-tools
+  - sudo apt-get install linuxdoc-tools linuxdoc-tools-info
 script:
   - make all doc
 after_success:
-- 
2.39.5