From e7ade77a8a8fb77f2645b0a95c689eccce9d6c62 Mon Sep 17 00:00:00 2001 From: JalapenoGremlin Date: Mon, 1 Jul 2013 11:03:32 -0400 Subject: [PATCH] Build the info files. Melpa now supports building info files. Add the "ecb.texi" file to the list so that the dir and ecb.info files are created/installed --- recipes/ecb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ecb b/recipes/ecb index 3762f267..44a51aad 100644 --- a/recipes/ecb +++ b/recipes/ecb @@ -1,3 +1,3 @@ (ecb :repo "alexott/ecb" :fetcher github - :files ("*.el" "ecb-images" "ecb2")) + :files ("*.el" "ecb-images" "ecb2" "ecb.texi"))