From ce2a00121635a11e650c1d8a7c33453856a28aac Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 19 Nov 2016 23:00:47 +0300 Subject: [PATCH] No access keys during website generation --- www.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/www.mk b/www.mk index 5d507f7..16370a8 100644 --- a/www.mk +++ b/www.mk @@ -7,6 +7,7 @@ pygost.html: www.texi $(MAKEINFO) --html \ --set-customization-variable NO_CSS=1 \ --set-customization-variable SHOW_TITLE=0 \ + --set-customization-variable USE_ACCESSKEY=0 \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable TOP_NODE_UP_URL=index.html \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ -- 2.44.0