doc-src/IsarImplementation/makeglossary
author urbanc
Thu, 13 Sep 2007 23:58:38 +0200
changeset 24571 a6d0428dea8e
parent 18537 2681f9e34390
permissions -rwxr-xr-x
some cleaning up to do with contexts

#!/bin/sh
# $Id$

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