Add script to compile/install/distribute antiword
commitdff9bb07ab0bfd22136227ad04d6251070063355
authorKirill Smelkov <kirr@mns.spb.ru>
Fri, 12 Nov 2010 15:02:56 +0000 (12 18:02 +0300)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Mon, 20 Dec 2010 08:55:35 +0000 (20 11:55 +0300)
tree7dd86388797906cdb6498d0c45c4907052dd5ff5
parente4b7f18b7dc4469f68b701473541b5340a925b77
Add script to compile/install/distribute antiword

This days Git on Windows is used not only for code, but more and more
for managing documentation workflow. And on Windows a lot of people use
*.doc as document format.

So the idea is to provide textconv diff & blame support for *.doc out of
the box, for which we'll need default textconv driver.

Personally I've been using antiword on Linux for such porpose for quite
some time already, and while not perfect, antiword works ok -- I can see
what's changed in git, and `git gui blame` docs, which is great to me.

NOTE: antiword needs to access files with encoding mapping tables, and since we
are going to add antiword to distribution (next patch) for this I had to patch
it to determine installation prefix at runtime, just like git does.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
src/antiword/.gitignore [new file with mode: 0644]
src/antiword/patches/0001-Add-.gititgnore.patch [new file with mode: 0644]
src/antiword/patches/0002-antiword-Tweak-Makefile.Linux-for-msysGit.patch [new file with mode: 0644]
src/antiword/patches/0003-Tech-szBasename-about-and-path-separators-win32-only.patch [new file with mode: 0644]
src/antiword/patches/0004-Implement-runtime-prefix-detection.patch [new file with mode: 0644]
src/antiword/release.sh [new file with mode: 0644]