X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=64267eaaaa069a506ba916ac0e90bd71e69c153c;hb=e528397a02fe4dc5331174b5cd9c5c9c88820b0b;hp=8284b71ceb347439abcc01cd7f3f69c79f41e6ec;hpb=5fc2d59704f5f938668f2b11727018bccc301356;p=monky diff --git a/doc/Makefile.am b/doc/Makefile.am index 8284b71..64267ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -8,10 +8,10 @@ clean-am: clean-generic mostlyclean-am 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 - ${xsltproc_cmd} ${srcdir}/docbook.xsl ${srcdir}/docs.xml > docs.html + ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html man ./conky.1 | col -b > README mv README ${top_srcdir} xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html @@ -24,4 +24,8 @@ endif man_MANS = conky.1 -EXTRA_DIST = $(DOCS) conkyrc.sample command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl +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: