X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=26ca29410d10d0930327b633daba5baf20d7e34e;hb=9a334e4462bc1b9fb72b0bc963dde7700c994f37;hp=b2d25b35b3b84991419a661ed699e0f5f8d10d87;hpb=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky diff --git a/doc/Makefile.am b/doc/Makefile.am index b2d25b3..26ca294 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,19 +4,17 @@ if HAVE_DOCSTUFF DOCS = conky.1 docs.html variables.html config_settings.html lua.html -clean-am: clean-generic mostlyclean-am - rm -f docs.mxml - rm -f conky.1 - rm -f variables.html - rm -f config_settings.html - rm -f lua.html +CLEANFILES = docs.mxml conky.1 variable.html config_settings.html lua.html 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 - man ./conky.1 > README + man -P 'less -is' ./conky.1 > README sed -i "s/[[:cntrl:]]\[[0-9]*m//g" README + sed -i "s/\xE2//g" README + sed -i "s/\x80//g" README + sed -i "s/\x90/-/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