Code Search for Developers
 
 
  

gendoc.sh from TextIndexNG at Krugle


Show gendoc.sh syntax highlighted

#!/bin/sh
genextdoc=`which genextdoc.py 2>/dev/null`
if test "x$genextdoc" = x; then
    cat <<EOF
Need genextdoc.py to generate the documentation.
Fetch it at http://trific.ath.cx/Ftp/python/genextdoc.py
EOF
else
    genextdoc.py Levenshtein NEWS
fi




See more files for this project here

TextIndexNG

The next generation fulltext index for the Zope Catalog\r\n\r\nFor details see http://www.zope.org/Members/ajung/TextIndexNG/wiki/TextIndexNG\r\n\r\n

Project homepage: http://sourceforge.net/projects/textindexng
Programming language(s): C,Python
License: other

  COPYING
  Levenshtein.c
  Levenshtein.h
  MANIFEST
  NEWS
  PKG-INFO
  README
  StringMatcher.py
  StringMatcher.pyc
  gendoc.sh
  setup.cfg
  setup.py
  setup.pyc