[Xfce4-commits] <terminal:master> Fix typo in configure.ac.in.

Nick Schermer noreply at xfce.org
Fri May 21 22:18:02 CEST 2010


Updating branch refs/heads/master
         to 9da0bf3d3291df13cea3d386e3bdb02349e3e5ff (commit)
       from f5f8699b9a53c75933e0d32b23cb4b829242e382 (commit)

commit 9da0bf3d3291df13cea3d386e3bdb02349e3e5ff
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 21 22:09:38 2010 +0200

    Fix typo in configure.ac.in.

 configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index bb116cc..2cdc878 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -205,7 +205,7 @@ fi
 echo "* Debug support:           $enable_debug"
 if test x"$enable_gen_doc" = x"yes"; then
 echo "* Documentation:           yes (generate)"
-elif test -d "${srcdir}/docs/html"; then
+elif test -d "${srcdir}/doc/html"; then
 echo "* Documentation:           yes (in tarball)"
 else
 echo "* Documentation:           no"



More information about the Xfce4-commits mailing list