[Xfce4-commits] <xfdesktop:master> Fix typo in html doc check in	configure.ac.in.
    Nick Schermer 
    noreply at xfce.org
       
    Sat Aug 28 13:24:01 CEST 2010
    
    
  
Updating branch refs/heads/master
         to b63b28c57f1e03cdaf1f6b6f4c2f81fb4c916721 (commit)
       from a95dad16ffe40a0ba7aab3dc756e8d145a0593ac (commit)
commit b63b28c57f1e03cdaf1f6b6f4c2f81fb4c916721
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Aug 28 13:23:34 2010 +0200
    Fix typo in html doc check 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 466949a..644a83a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -256,7 +256,7 @@ echo
 echo "Build Configuration:"
 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