NAME
syncbooks - synchronizes books based on section marks produced with Text::Perfide::BookCleaner
SYNOPSIS
syncbooks [options] file.bpairs
syncbooks [options] file1 file2
DESCRIPTION
Synchronizes two books (file1 and file2) or several pairs of books, passed in a file with extension "bpairs", each pair in one line with names separated by tab.
Options
-split splits file1 and file2 in numbered files (chunks) where each
file1.lXXX matches file2.rXXX
-mark inserts synchronization marks <sync id="..."> and generates
file1.sync and file2.sync. This is the default.
-rm=n do not output the first n chunks to the sync files
(use with -mark)
-noclean do not remove any sections marks left after synchronizing (default is to remove)
-html treate a C<teste.html> file with alignment matrix.
-num ignore section type, use only section numbering to align
-dump generate file with Dumper from secs and chunks (debug only)
AUTHOR
Andre Santos, andrefs@cpan.org
SEE ALSO
perl(1).
Text::Perfide::BookCleaner(3)