#!/bin/bash
# script to convert .po files to .dtd files
# syntax:
# po2dtd src dest

# get the environment variables from the directory of this script
homedir=`dirname $0`
. $homedir/env.sh

# setup the environment variables for build.sh
srcext=dtd
auxext=po
destext=dtd
scriptname=po2dtd
convertcmd="$pythonbin $scriptsdir/redtd.py"

. $homedir/batchaux.sh
