X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=64267eaaaa069a506ba916ac0e90bd71e69c153c;hb=e528397a02fe4dc5331174b5cd9c5c9c88820b0b;hp=23200e4980e830038bf91991830a2f626e57d704;hpb=5b5ec148b39ba16be9fbc117e825bc1d183bc954;p=monky diff --git a/doc/Makefile.am b/doc/Makefile.am index 23200e4..64267ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,25 +1,31 @@ if HAVE_DOCSTUFF -man_MANS = conky.1 ../README docs.html +DOCS = conky.1 docs.html variables.html config_settings.html clean-am: clean-generic mostlyclean-am rm -f docs.mxml rm -f conky.1 + rm -f variables.html + rm -f config_settings.html -conky.1: command_options.xml config_settings.xml docs.xml variables.xml +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 - -docs.html: command_options.xml config_settings.xml docs.xml variables.xml ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html - -../README: conky.1 man ./conky.1 | col -b > README mv README ${top_srcdir} -else + xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html + xsltproc ${srcdir}/config_settings.xsl ${srcdir}/config_settings.xml > config_settings.html -man_MANS = ../README +else +conky.1: endif -EXTRA_DIST = conkyrc.sample conky.1 docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml +man_MANS = conky.1 + +sysconf_SYSCONFS = conky.conf + +EXTRA_DIST = $(DOCS) conky.conf command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl + +# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: