From 1e696329f182b67f87bd323d098cf35d301e7de3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 30 May 2009 02:41:11 +0000 Subject: [PATCH] Build with asciidoc-8.4.5 This version seems to be stricter about presubs attributes: asciidoc -aversion=0.14.1-28-gac66fdb -asysconfdir=/usr/local/etc -b docbook -d manpage tigrc.5.txt ERROR: tigrc.5.txt: line 12: malformed presubs attribute: normal ERROR: tigrc.5.txt: line 41: malformed presubs attribute: normal ERROR: tigrc.5.txt: line 149: malformed presubs attribute: normal ERROR: tigrc.5.txt: line 366: malformed presubs attribute: normal make: *** [tigrc.5.xml] Error 1 Based on patch by Ingmar Vanhassel. Signed-off-by: Jonas Fonseca --- tigrc.5.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tigrc.5.txt b/tigrc.5.txt index e5de692..1376232 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -9,11 +9,9 @@ tigrc - tig configuration file SYNOPSIS -------- [verse] -............................................................................. *set* 'variable' *=* 'value' *bind* 'keymap' 'key' 'action' *color* 'area' 'fgcolor' 'bgcolor' '[attributes]' -............................................................................. DESCRIPTION @@ -38,9 +36,7 @@ A few selective variables can be configured via the set command. The syntax is: [verse] -.............................................................................. *set* variables *=* value -.............................................................................. Examples: @@ -146,9 +142,7 @@ Using bind commands keys can be mapped to an action when pressed in a given key map. The syntax is: [verse] -.............................................................................. *bind* 'keymap' 'key' 'action' -.............................................................................. Examples: @@ -363,9 +357,7 @@ background combinations to certain areas. Optionally, an attribute can be given as the last parameter. The syntax is: [verse] -.............................................................................. *color* 'area' 'fgcolor' 'bgcolor' '[attributes]' -.............................................................................. Examples: -- 2.30.2