[ccontrol] [PATCH] typo for ASCIIDOC config
Michael Neuling
mikey at neuling.org
Mon Dec 19 13:06:57 EST 2005
Guys,
This fixes a minor typo in the configure file
Mikey
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: ccontrol-0.7/configure
===================================================================
--- ccontrol-0.7.orig/configure
+++ ccontrol-0.7/configure
@@ -61,7 +61,7 @@ fi
echo -n Looking for asciidoc...
if [ -z "$ASCIIDOC" ]; then
echo not found '(no regenerating man pages for you)'
- XMLTO="echo No asciidoc found; exit 1; :"
+ ASCIIDOC="echo No asciidoc found; exit 1; :"
else
echo $ASCIIDOC
fi
More information about the ccontrol
mailing list