Simple fix to gendocs.
This commit is contained in:
parent
217c784dda
commit
84b042137d
8
README
8
README
@ -90,10 +90,10 @@ The CMPH Library encapsulates the newest and more efficient algorithms in an eas
|
||||
Cleaned up most warnings for the c code.
|
||||
|
||||
Experimental C++ interface (--enable-cxxmph) implementing the BDZ algorithm in
|
||||
a convenient SimpleMPHIndex interface, which serves as the basis
|
||||
a convenient interface, which serves as the basis
|
||||
for drop-in replacements for std::unordered_map, sparsehash::sparse_hash_map
|
||||
and sparsehash::dense_hash_map. Faster lookup time at the expense of insertion
|
||||
time. See cxxmpph/mph_map.h and cxxmph/mph_index.h for details.
|
||||
and sparsehash::dense_hash_map. Potentially faster lookup time at the expense
|
||||
of insertion time. See cxxmpph/mph_map.h and cxxmph/mph_index.h for details.
|
||||
|
||||
|
||||
News for version 1.1
|
||||
@ -322,5 +322,5 @@ Fabiano Cupertino Botelho (fc_botelho@users.sourceforge.net)
|
||||
|
||||
Nivio Ziviani (nivio@dcc.ufmg.br)
|
||||
|
||||
Last Updated: Sun Jun 3 04:09:55 2012
|
||||
Last Updated: Fri Jun 6 17:16:57 2014
|
||||
|
||||
|
4
gendocs
4
gendocs
@ -26,4 +26,6 @@ txt2tags -t txt -i GPERF.t2t -o GPERF
|
||||
txt2tags -t txt -i FAQ.t2t -o FAQ
|
||||
txt2tags -t txt -i CONCEPTS.t2t -o CONCEPTS
|
||||
txt2tags -t txt -i NEWSLOG.t2t -o NEWSLOG
|
||||
txt2tags -t txt -i EXAMPLES.t2t -o EXAMPLES
|
||||
# txt2tags struggles with the lower cap examples directory
|
||||
txt2tags -t txt -i EXAMPLES.t2t -o EXAMPLES.txt
|
||||
mv -v EXAMPLES.txt EXAMPLES
|
||||
|
Loading…
Reference in New Issue
Block a user