1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00

Don't strip control chars from man page.

If you're using `less' to view the readme, it should display properly.
If we run the man page through `col', it results in weird characters
hanging around.
This commit is contained in:
Brenden Matthews 2009-03-29 22:56:29 -06:00
parent f05829ad9a
commit 595b22fcce

View File

@ -12,7 +12,7 @@ conky.1: command_options.xml config_settings.xml docs.xml variables.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
man ./conky.1 | col -b > README
man ./conky.1 > README
mv README ${top_srcdir}
xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html
xsltproc ${srcdir}/config_settings.xsl ${srcdir}/config_settings.xml > config_settings.html