[cheese] Fix a typo so that the man page is generated



commit 0da51800584a43486a34689130a3cee21bfc0aba
Author: David King <amigadave amigadave com>
Date:   Mon Oct 31 15:19:26 2011 +0100

    Fix a typo so that the man page is generated

 configure.ac              |    2 +-
 docs/reference/cheese.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f07072d..04e1b65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ AS_IF([test "x$enable_man" != "xno"],
   [AC_CHECK_PROG([have_xsltproc], [xsltproc], [yes], [no])],
   [have_xsltproc=no])
 
-AM_CONDITIONAL([ENABLE_MAN], [test "x$have_xxsltproc" = "xyes"])
+AM_CONDITIONAL([ENABLE_MAN], [test "x$have_xsltproc" = "xyes"])
 
 # User manual
 GNOME_DOC_INIT([0.20])
diff --git a/docs/reference/cheese.xml b/docs/reference/cheese.xml
index 56a22a1..f7bacd8 100644
--- a/docs/reference/cheese.xml
+++ b/docs/reference/cheese.xml
@@ -7,7 +7,7 @@
 </refmeta>
 
 <refnamediv>
-<refname>Cheese</refname>
+<refname>cheese</refname>
 <refpurpose>tool to take pictures and videos from your webcam</refpurpose>
 </refnamediv>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]