diff --git a/README b/README
index f04b6899..f276c0ca 100644
--- a/README
+++ b/README
@@ -730,4 +730,4 @@ AUTHORS
- 2005-08-18 conky(1)
+ 2005-08-24 conky(1)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e13bf06a..5986027f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,13 +9,10 @@ clean-am: clean-generic mostlyclean-am
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}
+
endif
EXTRA_DIST = conkyrc.sample conky.1 docs.html command_options.xml config_settings.xml docgen.sh docs.xml variables.xml
diff --git a/doc/docs.xml b/doc/docs.xml
index 4a2dbc4e..44db1f01 100644
--- a/doc/docs.xml
+++ b/doc/docs.xml
@@ -16,7 +16,7 @@
Brenden
Matthews
- 2005-08-18
+ 2005-08-24