summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-01-31 10:53:57 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-31 10:59:42 +0800
commit8c60755607cbade935b1f763dffbf9ee1c38f97a (patch)
tree15d24fd667aba428bc4a2bf7187da5d5c3a853a4 /ui/ncurses/Makefile.am
parent4051815230f443ac4b052a4cf0f55a951e3f88c8 (diff)
downloadtalos-petitboot-8c60755607cbade935b1f763dffbf9ee1c38f97a.tar.gz
talos-petitboot-8c60755607cbade935b1f763dffbf9ee1c38f97a.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r--ui/ncurses/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud