mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix squote hack; redo elinks.conf(5) to get the description
This commit is contained in:
parent
a1bc5164e2
commit
9eb040401a
@ -18,14 +18,15 @@
|
|||||||
# Some macros can have optional {0} value, that is what
|
# Some macros can have optional {0} value, that is what
|
||||||
# the {0%...} and {0#...} handles.
|
# the {0%...} and {0#...} handles.
|
||||||
|
|
||||||
[attributes]
|
|
||||||
squote=@squote@
|
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# DocBook
|
# DocBook
|
||||||
|
|
||||||
ifdef::backend-docbook[]
|
ifdef::backend-docbook[]
|
||||||
|
|
||||||
|
# To be replaced later
|
||||||
|
[attributes]
|
||||||
|
squote=@squote@
|
||||||
|
|
||||||
# No interlinking between elinks manpages
|
# No interlinking between elinks manpages
|
||||||
[man-inlinemacro]
|
[man-inlinemacro]
|
||||||
{0%{target}}
|
{0%{target}}
|
||||||
@ -54,6 +55,9 @@ endif::backend-docbook[]
|
|||||||
|
|
||||||
ifdef::backend-xhtml11[]
|
ifdef::backend-xhtml11[]
|
||||||
|
|
||||||
|
[attributes]
|
||||||
|
squote='
|
||||||
|
|
||||||
# Use the man:[] macro to link between elinks manpages
|
# Use the man:[] macro to link between elinks manpages
|
||||||
[man-inlinemacro]
|
[man-inlinemacro]
|
||||||
<a href="{target}.{0}.html">{target}({0})</a>
|
<a href="{target}.{0}.html">{target}({0})</a>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
.el .ne 3
|
.el .ne 3
|
||||||
.IP "\\$1" \\$2
|
.IP "\\$1" \\$2
|
||||||
..
|
..
|
||||||
.TH "ELINKS.CONF" 5 "" "" ""
|
.TH "ELINKS.CONF" 5 "ELinks configuration file" "2006-01-12" "ELinks configuration file"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
elinks.conf \- ELinks configuration file
|
elinks.conf \- ELinks configuration file
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
Loading…
Reference in New Issue
Block a user