doc-src/IsarImplementation/makeglossary
author haftmann
Wed, 20 Feb 2008 14:52:38 +0100
changeset 26101 a657683e902a
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned structures in arith_data.ML

#!/bin/sh
# $Id$

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