doc-src/IsarImplementation/makeglossary
author haftmann
Mon, 19 Jan 2009 13:37:24 +0100
changeset 29560 fa6c5d62adf5
parent 18537 2681f9e34390
permissions -rwxr-xr-x
"code equation" replaces "defining equation"

#!/bin/sh
# $Id$

NAME="$1"
makeindex -s nomencl -o "${NAME}.gls" "${NAME}.glo"
./checkglossary "${NAME}.glo"