From e73d6678f1fb66dd7e98aa9a45448436dfb556bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Tue, 18 Nov 2014 12:10:17 +0000 Subject: [PATCH] slime: try and make sure we build slime.info Previous recipe was building contributors.texi rather than slime.texi. --- recipes/slime | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/slime b/recipes/slime index d56a9e7d..087e677d 100644 --- a/recipes/slime +++ b/recipes/slime @@ -6,7 +6,7 @@ "*.lisp" "*.asd" ("contrib" "contrib/*" (:exclude "contrib/test")) - "doc/*.texi" - "doc/*.info" + "doc/slime.texi" + "doc/slime.info" "doc/dir" "ChangeLog"))