1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
conky/doc/Makefile.am
Brenden Matthews a066bb6506 configure and makefile updates
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@153 7f574dfc-610e-0410-a909-a81674777703
2005-08-22 23:32:35 +00:00

18 lines
601 B
Makefile

man_MANS = conky.1.gz
clean-am: clean-generic mostlyclean-am
rm -f docs.mxml
rm -f conky.1.gz
if HAVE_DOCSTUFF
conky.1.gz: command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
${XSLPROC} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
${DB2X_XSLPROC} -s man ${srcdir}/docs.xml -o docs.mxml
${DB2X_MANXML} docs.mxml
gzip -f conky.1
man ./conky.1.gz | col -b > README
mv README ${top_srcdir}
endif
EXTRA_DIST = conkyrc.sample conky.1.gz docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml