#----------------------------------------------------------------------------
# Build and run the AFP2web AFP indexes to XML transformation
#----------------------------------------------------------------------------

# Set build/run environment
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH

# Run the transformation
echo "Running AFP2web ..."
./afp2web -q -c -pdf -doc_cold -sp:afpidx2xml-generator.pm samples/volker_ABERTR.AFP

echo "Press ENTER key to stop."
read
