doc-src/IsarImplementation/makeglossary
author wenzelm
Thu, 27 Mar 2008 14:41:20 +0100
changeset 26432 095e448b95a0
parent 18537 2681f9e34390
permissions -rwxr-xr-x
renamed ML_Context.the_context to ML_Context.the_global_context; moved old the_context to old_goals.ML;

#!/bin/sh
# $Id$

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