#!/bin/sh

ccmakeindex $1 2>tmpfile@

cat tmpfile@|ctran

/bin/rm -f tmpfile@

exit