From: Brenden Matthews Date: Wed, 31 Aug 2005 06:48:38 +0000 (+0000) Subject: fix for docs stuff X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=b955f4e99a21785706f962c189d74f94c65a8eac;p=monky fix for docs stuff git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@256 7f574dfc-610e-0410-a909-a81674777703 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 92b1ece..ea381ed 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,7 @@ if HAVE_DOCSTUFF +DOCS = conky.1 docs.html variables.html config_settings.html + clean-am: clean-generic mostlyclean-am rm -f docs.mxml rm -f conky.1 @@ -18,6 +20,5 @@ conky.1: command_options.xml config_settings.xml docs.xml variables.xml endif man_MANS = conky.1 -DOCS = conky.1 docs.html variables.html config_settings.html EXTRA_DIST = $(DOCS) conkyrc.sample command_options.xml config_settings.xml docgen.sh docs.xml variables.xml variables.xsl config_settings.xsl