doc-src/IsarImplementation/makeglossary
author wenzelm
Wed, 17 Sep 2008 21:27:08 +0200
changeset 28262 aa7ca36d67fd
parent 18537 2681f9e34390
permissions -rwxr-xr-x
back to dynamic the_context(), because static @{theory} is invalidated if ML environment changes within the same code block;

#!/bin/sh
# $Id$

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