From 01b9ba0983602e3085a67a5e076d6d033b368a0b Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 14 Jan 2006 19:24:46 +0100 Subject: [PATCH] Fix keymap-%.txt building; move FIXME about prefixes to elinkskeys.5.txt --- doc/Makefile | 2 +- doc/elinkskeys.5.txt | 10 ++++++++++ doc/tools/keys2doc | 8 -------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3a6335605..85138f216 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -93,7 +93,7 @@ install-local: CODE2DOC = $(srcdir)tools/code2doc HELP2DOC = $(srcdir)tools/help2doc CONF2DOC = $(srcdir)tools/conf2doc -KEYS2DOC = $(srcdir)tools/make-elinkskeys-manpage +KEYS2DOC = $(srcdir)tools/keys2doc ELINKS = $(top_builddir)/src/elinks FEATURES = $(top_srcdir)/features.conf KBDBIND = $(top_srcdir)/src/config/kbdbind.c diff --git a/doc/elinkskeys.5.txt b/doc/elinkskeys.5.txt index 3fde5b018..d53230756 100644 --- a/doc/elinkskeys.5.txt +++ b/doc/elinkskeys.5.txt @@ -80,6 +80,16 @@ Some keys will need to be quoted or escaped. For example, space can be written as `" "` (quote space quote), and the quote itself as `\"` (backslash quote). Backslash can be written as `\\` (double backslash). +///////////////////////////////////////////////////////////////////////////// +FIXME: + + - You may prefix each of these keys with a number, telling its repeat count + (how many times to do it). You can also re-bind keys, see elinkskeys(5) for + documentation and a more complete list of keys bound by default. + + - The following keys can be used while editing a line/jumping to a URL +///////////////////////////////////////////////////////////////////////////// + KEYMAP ACTIONS -------------- diff --git a/doc/tools/keys2doc b/doc/tools/keys2doc index e4b537e83..aa031075b 100755 --- a/doc/tools/keys2doc +++ b/doc/tools/keys2doc @@ -6,14 +6,6 @@ # Copyright (c) Jonas Fonseca , 2005-2006 # -# FIXME: -# -# - You may prefix each of these keys with a number, telling its repeat count -# (how many times to do it). You can also re-bind keys, see elinkskeys(5) for -# documentation and a more complete list of keys bound by default. -# -# - The following keys can be used while editing a line/jumping to a URL - KBDBIND=$1 CONFIGDIR=$(dirname "$KBDBIND") OUTPUT=$2