#!/bin/bash
# script to convert .po files to .dtd files
# syntax:
# proppo2dtd 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=properties
auxext=prop.po
destext=properties
scriptname=proppo2dtd
convertcmd="$pythonbin $scriptsdir/reprop.py"

. $homedir/batchaux.sh
