1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00
conky/doc/Makefile.am
Brenden Matthews 5b5ec148b3 doc makefile
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@167 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:50:30 +00:00

26 lines
717 B
Makefile

if HAVE_DOCSTUFF
man_MANS = conky.1 ../README docs.html
clean-am: clean-generic mostlyclean-am
rm -f docs.mxml
rm -f conky.1
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
man_MANS = ../README
endif
EXTRA_DIST = conkyrc.sample conky.1 docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml