X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=844eeaae2cfbb65fea94441ca9726b9a48be1a79;hb=43e756287a1569a31212dfdc575b7ea508da1a96;hp=5986027f6fc49672c1a48bb274b9098801a84107;hpb=6b5468383a96de963ccf47839d82d3268e75c282;p=monky diff --git a/doc/Makefile.am b/doc/Makefile.am index 5986027..844eeaa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,12 @@ if HAVE_DOCSTUFF -man_MANS = conky.1 +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 ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml @@ -12,7 +14,14 @@ conky.1: 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 man ./conky.1 | col -b > 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 + +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 + +EXTRA_DIST = $(DOCS) conkyrc.sample command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl