added clean for docs
[monky] / doc / Makefile.am
index c9efefc..c730b3b 100644 (file)
@@ -1,5 +1,10 @@
 man_MANS = conky.1.gz
 
+clean-am: clean-generic mostlyclean-am
+       rm -f docs.mxml
+       rm -f ${top_srcdir}/README
+       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