[Xfce4-commits] <xfce4-session:master> Fix typo in html doc check	in configure.ac.in.
    Nick Schermer 
    noreply at xfce.org
       
    Sat Aug 28 13:26:01 CEST 2010
    
    
  
Updating branch refs/heads/master
         to ffa4daebaba2a4f7eacd780543ea2cb353791118 (commit)
       from a868d300cebda7000472dc01ded25ed7dc565b23 (commit)
commit ffa4daebaba2a4f7eacd780543ea2cb353791118
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Aug 28 13:24:14 2010 +0200
    Fix typo in html doc check in configure.ac.in.
 configure.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 40da529..3a8223a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -284,7 +284,7 @@ echo "Build Configuration:"
 echo
 if test x"$enable_gen_doc" = x"yes"; then
 echo "* Documentation: yes (generate)"
-elif test -d "${srcdir}/docs/manual/html"; then
+elif test -d "${srcdir}/doc/manual/html"; then
 echo "* Documentation: yes (in tarball)"
 else
 echo "* Documentation: no"
    
    
More information about the Xfce4-commits
mailing list