From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3Zw-0006Gk-Mh for qemu-devel@nongnu.org; Fri, 08 Jun 2012 14:06:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd3Zu-0006WV-Rb for qemu-devel@nongnu.org; Fri, 08 Jun 2012 14:06:32 -0400 Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:58496 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3Zu-0006W4-Lb for qemu-devel@nongnu.org; Fri, 08 Jun 2012 14:06:30 -0400 From: fboiteux@free.fr Date: Fri, 8 Jun 2012 20:06:25 +0200 Message-Id: <1339178785-8977-1-git-send-email-fboiteux@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH] Install 'bepo' keymap already included in Qemu source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Boiteux?= , 676374@bugs.debian.org From: Frédéric Boiteux The 'bepo' layout (a french dvorak-like keyboard layout) was added about one year ago, (see commit 2a3c633c1eb8692716220195b6d3fe78b7e411d0), but I missed to declare to install it. Signed-off-by: Frédéric Boiteux --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b7a85e..5791aeb 100644 --- a/Makefile +++ b/Makefile @@ -249,7 +249,8 @@ distclean: clean KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ ar de en-us fi fr-be hr it lv nl pl ru th \ -common de-ch es fo fr-ca hu ja mk nl-be pt sl tr +common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \ +bepo ifdef INSTALL_BLOBS BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ -- 1.7.10