curl: put init and print code to where it belongs
[monky] / doc / Makefile.am
index 9a374b6..8983bbf 100644 (file)
@@ -1,13 +1,10 @@
+# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
+#
 if HAVE_DOCSTUFF
 
 DOCS = conky.1 docs.html variables.html config_settings.html lua.html
 
-clean-am: clean-generic mostlyclean-am
-       rm -f docs.mxml
-       rm -f conky.1
-       rm -f variables.html
-       rm -f config_settings.html
-       rm -f lua.html
+CLEANFILES = docs.mxml conky.1 variable.html config_settings.html lua.html
 
 conky.1: command_options.xml config_settings.xml docs.xml variables.xml lua.xml
        ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml
@@ -29,4 +26,4 @@ man_MANS = conky.1
 
 EXTRA_DIST = $(DOCS) command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl lua.xml lua.xsl
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: