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

Strip control chars from README.

This commit is contained in:
Brenden Matthews 2009-06-07 21:45:39 -06:00
parent 6ebfffe542
commit e995be8cf8

View File

@ -13,6 +13,7 @@ conky.1: command_options.xml config_settings.xml docs.xml variables.xml
${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 > README
sed -i "s/[[:cntrl:]]\[[0-9]*m//g" 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