From 8c60755607cbade935b1f763dffbf9ee1c38f97a Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 31 Jan 2014 10:53:57 +0800 Subject: ui/ncurses: Unify key bindings & key help text This change is a small cleanup of the key bindings; we ensure that the general key bindings are available (and documented) on all screens. In order to keep things consistent, this change adds an initial UI guidelines text file, which documents the general key bindings. Signed-off-by: Jeremy Kerr --- ui/ncurses/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ncurses/Makefile.am') diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index 877dc11..ded3193 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -65,5 +65,6 @@ petitboot_ps3_nc_SOURCES = ps3-main.c petitboot_ps3_nc_LDADD = $(common_libs) $(libdir)/libps3-utils.so #petitboot_ps3_nc_LDFLAGS = -L$(libdir) -lps3-utils +EXTRA_DIST = ui-guidelines.text MAINTAINERCLEANFILES = Makefile.in -- cgit v1.2.1