mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
A better fix for the PAGER=vim problem, thanks Phil
This commit is contained in:
parent
93c71fe608
commit
722c7566b6
@ -10,7 +10,7 @@ conky.1: command_options.xml config_settings.xml docs.xml variables.xml lua.xml
|
||||
${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml
|
||||
${db2x_manxml_cmd} docs.mxml
|
||||
${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
|
||||
(unset PAGER; man ./conky.1 > README)
|
||||
man -P '/usr/bin/less -is' ./conky.1 > README
|
||||
sed -i "s/[[:cntrl:]]\[[0-9]*m//g" README
|
||||
mv README ${top_srcdir}
|
||||
xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html
|
||||
|
Loading…
Reference in New Issue
Block a user