Add note to git readme about doc generation.
authorBrenden Matthews <brenden@rty.ca>
Sun, 10 May 2009 19:24:31 +0000 (13:24 -0600)
committerBrenden Matthews <brenden@rty.ca>
Sun, 10 May 2009 19:24:31 +0000 (13:24 -0600)
README.git-version

index c5a86fd..80cbdda 100644 (file)
@@ -15,6 +15,14 @@ fresh from the git repo:
        automake-1.9
        autoconf-2.59
 
+* NOTE: You may also need to install docbook2X for generating the
+       documentation.  Conky will check for the following programs in PATH during
+       configuration:
+
+       db2x_xsltproc
+       db2x_manxml
+       xsltproc
+
 * In the directory where you cloned conky from git,
        run "aclocal", "automake", and then "autoconf".
        Make sure you run those commands with the latest versions...