doc-src/IsarImplementation/makeglossary
author paulson
Wed, 13 Sep 2006 12:18:36 +0200
changeset 20525 4b0fdb18ea9a
parent 18537 2681f9e34390
permissions -rwxr-xr-x
bug fix to abstractions: free variables in theorem can be abstracted over.

#!/bin/sh
# $Id$

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